Html Css Color HEX #A20611 Carmine

📋 copy color: '#A20611'

red 162 ◦ green 6 ◦ blue 17

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

Shades of Carmine #A20611

Tints of Carmine #A20611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.24%

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

R = 87.57%
G = 3.24%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20611 (or 0xA20611) is known color: Carmine. HEX triplet: A2, 06 and 11. RGB value is (162,6,17). Sum of RGB (Red+Green+Blue) = 162+6+17=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20611 is #5DF9EE. Grayscale: #363636. Windows color (decimal): -6158831 or 1115810. OLE color: 1115810.

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

Color convert

RGB 162 6 17 -
CMYK 0 0.96 0.90 0.36
HSL 355.77º 0.93% 0.33% -
HSV(B) 355.77º 0.96% 0.64% -
XYZ 15.07 7.85 1.25 -
YUV 53.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 162 6 17 0 0.96 0.90 0.36 355.77 0.93 0.33
Hex A2 6 11 0 60 5A 24 164 5D 21
Octal 242 6 21 0 140 132 44 544 135 41
Binary 10100010 110 10001 0 1100000 1011010 100100 101100100 1011101 100001

Color Harmonies of #A20611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20611

Black with #A20611

Text Example


Text Example

White with #A20611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20611; }

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

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

background-color css

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

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

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

border-color css

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

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

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