#A50C1C

Color #A50C1C Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A50C1C

Tints of Carmine #A50C1C

Color information

#A50C1C (or 0xA50C1C) is unknown color: approx Carmine. HEX triplet: A5, 0C and 1C. RGB value is (165,12,28). Sum of RGB (Red+Green+Blue) = 165+12+28=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C1C is #5AF3E3. Grayscale: #3B3B3B. Windows color (decimal): -5960676 or 1838245. OLE color: 1838245.

HSL color Cylindrical-coordinate representation of color #A50C1C: hue angle of 353.73º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1651228-
CMYK00.930.830.35
HSL353.73º86.44%34.71%-
HSV(B)353.73º92.73%64.71%-
XYZ15.868.351.87-
YUV59.57110.19203.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 80.49%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=80.49%
G=5.85%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165122800.930.830.35353.7386.4434.71
HexA5C1C05D53231625623
Octal245143401351234354212643
Binary101001011100111000101110110100111000111011000101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C1C; }

 p { color: rgb(165,12,28); }

 H1.HeaderClassName
 {
   color: #A50C1C;
 }
 .AnyTagClassName
 {
   color: #A50C1C;
 }
</style>
background-color css

<style>
 a { background-color: #A50C1C; }

 a { background-color: rgb(165,12,28); }

 div.DivClassName
 {
   background-color: #A50C1C;
 }
 .BgClassName
 {
   background-color: #A50C1C;
 }
</style>
border-color css

<style>
 span { border-color: #A50C1C; }

 span { border-color: rgb(165,12,28); }

 td.TdClassName
 {
   border-color: #A50C1C;
 }
 .TagClassName
 {
   border-color: #A50C1C;
 }
</style>