Html Css Color HEX #A40213 Carmine

📋 copy color: '#A40213'

red 164 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A40213

Tints of Carmine #A40213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 88.65%
G = 1.08%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A40213 (or 0xA40213) is known color: Carmine. HEX triplet: A4, 02 and 13. RGB value is (164,2,19). Sum of RGB (Red+Green+Blue) = 164+2+19=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A40213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40213 is #5BFDEC. Grayscale: #343434. Windows color (decimal): -6028781 or 1245860. OLE color: 1245860.

HSL color Cylindrical-coordinate representation of color #A40213: hue angle of 353.7º 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 #A40213 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 19 -
CMYK 0 0.99 0.88 0.36
HSL 353.7º 0.98% 0.33% -
HSV(B) 353.7º 0.99% 0.64% -
XYZ 15.45 7.98 1.34 -
YUV 52.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 164 2 19 0 0.99 0.88 0.36 353.7 0.98 0.33
Hex A4 2 13 0 63 58 24 162 62 21
Octal 244 2 23 0 143 130 44 542 142 41
Binary 10100100 10 10011 0 1100011 1011000 100100 101100010 1100010 100001

Color Harmonies of #A40213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40213

Black with #A40213

Text Example


Text Example

White with #A40213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40213; }

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

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

background-color css

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

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

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

border-color css

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

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

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