Html Css Color HEX #A20812 Carmine

📋 copy color: '#A20812'

red 162 ◦ green 8 ◦ blue 18

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

Shades of Carmine #A20812

Tints of Carmine #A20812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 86.17%
G = 4.26%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A20812 (or 0xA20812) is known color: Carmine. HEX triplet: A2, 08 and 12. RGB value is (162,8,18). Sum of RGB (Red+Green+Blue) = 162+8+18=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A20812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20812 is #5DF7ED. Grayscale: #373737. Windows color (decimal): -6158318 or 1181858. OLE color: 1181858.

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

Color convert

RGB 162 8 18 -
CMYK 0 0.95 0.89 0.36
HSL 356.1º 0.91% 0.33% -
HSV(B) 356.1º 0.95% 0.64% -
XYZ 15.1 7.9 1.3 -
YUV 55.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 162 8 18 0 0.95 0.89 0.36 356.1 0.91 0.33
Hex A2 8 12 0 5F 59 24 164 5B 21
Octal 242 10 22 0 137 131 44 544 133 41
Binary 10100010 1000 10010 0 1011111 1011001 100100 101100100 1011011 100001

Color Harmonies of #A20812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20812

Black with #A20812

Text Example


Text Example

White with #A20812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20812; }

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

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

background-color css

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

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

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

border-color css

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

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

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