Html Css Color HEX #A20914 Carmine

📋 copy color: '#A20914'

red 162 ◦ green 9 ◦ blue 20

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

Shades of Carmine #A20914

Tints of Carmine #A20914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 84.82%
G = 4.71%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A20914 (or 0xA20914) is known color: Carmine. HEX triplet: A2, 09 and 14. RGB value is (162,9,20). Sum of RGB (Red+Green+Blue) = 162+9+20=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20914 is #5DF6EB. Grayscale: #383838. Windows color (decimal): -6158060 or 1313186. OLE color: 1313186.

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

Color convert

RGB 162 9 20 -
CMYK 0 0.94 0.88 0.36
HSL 355.69º 0.89% 0.34% -
HSV(B) 355.69º 0.94% 0.64% -
XYZ 15.12 7.93 1.39 -
YUV 56 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 162 9 20 0 0.94 0.88 0.36 355.69 0.89 0.34
Hex A2 9 14 0 5E 58 24 164 59 22
Octal 242 11 24 0 136 130 44 544 131 42
Binary 10100010 1001 10100 0 1011110 1011000 100100 101100100 1011001 100010

Color Harmonies of #A20914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20914

Black with #A20914

Text Example


Text Example

White with #A20914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20914; }

 p { color: rgb(162,9,20); }

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

background-color css

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

 a { background-color: rgb(162,9,20); }

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

border-color css

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

 span { border-color: rgb(162,9,20); }

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