Html Css Color HEX #A40512 Carmine

📋 copy color: '#A40512'

red 164 ◦ green 5 ◦ blue 18

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

Shades of Carmine #A40512

Tints of Carmine #A40512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 87.7%
G = 2.67%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40512 (or 0xA40512) is known color: Carmine. HEX triplet: A4, 05 and 12. RGB value is (164,5,18). Sum of RGB (Red+Green+Blue) = 164+5+18=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A40512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40512 is #5BFAED. Grayscale: #363636. Windows color (decimal): -6028014 or 1181092. OLE color: 1181092.

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

Color convert

RGB 164 5 18 -
CMYK 0 0.97 0.89 0.36
HSL 355.09º 0.94% 0.33% -
HSV(B) 355.09º 0.97% 0.64% -
XYZ 15.47 8.04 1.31 -
YUV 54.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 164 5 18 0 0.97 0.89 0.36 355.09 0.94 0.33
Hex A4 5 12 0 61 59 24 163 5E 21
Octal 244 5 22 0 141 131 44 543 136 41
Binary 10100100 101 10010 0 1100001 1011001 100100 101100011 1011110 100001

Color Harmonies of #A40512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40512

Black with #A40512

Text Example


Text Example

White with #A40512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40512; }

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

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

background-color css

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

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

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

border-color css

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

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

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