Html Css Color HEX #A20512 Carmine

📋 copy color: '#A20512'

red 162 ◦ green 5 ◦ blue 18

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

Shades of Carmine #A20512

Tints of Carmine #A20512

RGB

 RED value IS 162 (63.67% from 255) = 87.57%

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

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

R = 87.57%
G = 2.7%
B = 9.73%

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

#A20512 (or 0xA20512) is known color: Carmine. HEX triplet: A2, 05 and 12. RGB value is (162,5,18). Sum of RGB (Red+Green+Blue) = 162+5+18=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20512 is #5DFAED. Grayscale: #353535. Windows color (decimal): -6159086 or 1181090. OLE color: 1181090.

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

Color convert

RGB 162 5 18 -
CMYK 0 0.97 0.89 0.36
HSL 355.03º 0.94% 0.33% -
HSV(B) 355.03º 0.97% 0.64% -
XYZ 15.06 7.83 1.29 -
YUV 53.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 162 5 18 0 0.97 0.89 0.36 355.03 0.94 0.33
Hex A2 5 12 0 61 59 24 163 5E 21
Octal 242 5 22 0 141 131 44 543 136 41
Binary 10100010 101 10010 0 1100001 1011001 100100 101100011 1011110 100001

Color Harmonies of #A20512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20512

Black with #A20512

Text Example


Text Example

White with #A20512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20512; }

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

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

background-color css

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

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

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

border-color css

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

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

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