Html Css Color HEX #A20617 Carmine

📋 copy color: '#A20617'

red 162 ◦ green 6 ◦ blue 23

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

Shades of Carmine #A20617

Tints of Carmine #A20617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 84.82%
G = 3.14%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A20617 (or 0xA20617) is known color: Carmine. HEX triplet: A2, 06 and 17. RGB value is (162,6,23). Sum of RGB (Red+Green+Blue) = 162+6+23=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A20617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20617 is #5DF9E8. Grayscale: #363636. Windows color (decimal): -6158825 or 1509026. OLE color: 1509026.

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

Color convert

RGB 162 6 23 -
CMYK 0 0.96 0.86 0.36
HSL 353.46º 0.93% 0.33% -
HSV(B) 353.46º 0.96% 0.64% -
XYZ 15.12 7.87 1.53 -
YUV 54.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 162 6 23 0 0.96 0.86 0.36 353.46 0.93 0.33
Hex A2 6 17 0 60 56 24 161 5D 21
Octal 242 6 27 0 140 126 44 541 135 41
Binary 10100010 110 10111 0 1100000 1010110 100100 101100001 1011101 100001

Color Harmonies of #A20617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20617

Black with #A20617

Text Example


Text Example

White with #A20617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20617; }

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

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

background-color css

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

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

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

border-color css

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

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

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