Html Css Color HEX #A40212 Carmine

📋 copy color: '#A40212'

red 164 ◦ green 2 ◦ blue 18

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

Shades of Carmine #A40212

Tints of Carmine #A40212

RGB

 RED value IS 164 (64.45% from 255) = 89.13%

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 89.13%
G = 1.09%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40212 (or 0xA40212) is known color: Carmine. HEX triplet: A4, 02 and 12. RGB value is (164,2,18). Sum of RGB (Red+Green+Blue) = 164+2+18=184 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.13% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 164 - color contains mainly: red. Hex color #A40212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40212 is #5BFDED. Grayscale: #343434. Windows color (decimal): -6028782 or 1180324. OLE color: 1180324.

HSL color Cylindrical-coordinate representation of color #A40212: hue angle of 354.07º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40212 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 18 -
CMYK 0 0.99 0.89 0.36
HSL 354.07º 0.98% 0.33% -
HSV(B) 354.07º 0.99% 0.64% -
XYZ 15.44 7.98 1.3 -
YUV 52.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 164 2 18 0 0.99 0.89 0.36 354.07 0.98 0.33
Hex A4 2 12 0 63 59 24 162 62 21
Octal 244 2 22 0 143 131 44 542 142 41
Binary 10100100 10 10010 0 1100011 1011001 100100 101100010 1100010 100001

Color Harmonies of #A40212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40212

Black with #A40212

Text Example


Text Example

White with #A40212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40212; }

 p { color: rgb(164,2,18); }

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

background-color css

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

 a { background-color: rgb(164,2,18); }

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

border-color css

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

 span { border-color: rgb(164,2,18); }

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