Html Css Color HEX #A20B11 Carmine

📋 copy color: '#A20B11'

red 162 ◦ green 11 ◦ blue 17

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

Shades of Carmine #A20B11

Tints of Carmine #A20B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.79%

 BLUE value IS 17 (7.03% from 255) = 8.95%

R = 85.26%
G = 5.79%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20B11 (or 0xA20B11) is known color: Carmine. HEX triplet: A2, 0B and 11. RGB value is (162,11,17). Sum of RGB (Red+Green+Blue) = 162+11+17=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B11 is #5DF4EE. Grayscale: #383838. Windows color (decimal): -6157551 or 1117090. OLE color: 1117090.

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

Color convert

RGB 162 11 17 -
CMYK 0 0.93 0.90 0.36
HSL 357.62º 0.87% 0.34% -
HSV(B) 357.62º 0.93% 0.64% -
XYZ 15.12 7.96 1.27 -
YUV 56.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 162 11 17 0 0.93 0.90 0.36 357.62 0.87 0.34
Hex A2 B 11 0 5D 5A 24 166 57 22
Octal 242 13 21 0 135 132 44 546 127 42
Binary 10100010 1011 10001 0 1011101 1011010 100100 101100110 1010111 100010

Color Harmonies of #A20B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B11

Black with #A20B11

Text Example


Text Example

White with #A20B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B11; }

 p { color: rgb(162,11,17); }

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

background-color css

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

 a { background-color: rgb(162,11,17); }

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

border-color css

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

 span { border-color: rgb(162,11,17); }

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