Html Css Color HEX #A50C18 Carmine

📋 copy color: '#A50C18'

red 165 ◦ green 12 ◦ blue 24

#A50C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A50C18

Tints of Carmine #A50C18

RGB

 RED value IS 165 (64.84% from 255) = 82.09%

 GREEN value IS 12 (5.08% from 255) = 5.97%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 82.09%
G = 5.97%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50C18 (or 0xA50C18) is known color: Carmine. HEX triplet: A5, 0C and 18. RGB value is (165,12,24). Sum of RGB (Red+Green+Blue) = 165+12+24=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C18 is #5AF3E7. Grayscale: #3B3B3B. Windows color (decimal): -5960680 or 1576101. OLE color: 1576101.

HSL color Cylindrical-coordinate representation of color #A50C18: hue angle of 355.29º 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 #A50C18 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 24 -
CMYK 0 0.93 0.85 0.35
HSL 355.29º 0.86% 0.35% -
HSV(B) 355.29º 0.93% 0.65% -
XYZ 15.81 8.33 1.64 -
YUV 59.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 165 12 24 0 0.93 0.85 0.35 355.29 0.86 0.35
Hex A5 C 18 0 5D 55 23 163 56 23
Octal 245 14 30 0 135 125 43 543 126 43
Binary 10100101 1100 11000 0 1011101 1010101 100011 101100011 1010110 100011

Color Harmonies of #A50C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C18

Black with #A50C18

Text Example


Text Example

White with #A50C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C18; }

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

 H1.HeaderClassName
 {
   color: #A50C18;
 }
 .AnyTagClassName
 {
   color: #A50C18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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