Html Css Color HEX #A20717 Carmine

📋 copy color: '#A20717'

red 162 ◦ green 7 ◦ blue 23

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

Shades of Carmine #A20717

Tints of Carmine #A20717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 84.38%
G = 3.65%
B = 11.98%

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

#A20717 (or 0xA20717) is known color: Carmine. HEX triplet: A2, 07 and 17. RGB value is (162,7,23). Sum of RGB (Red+Green+Blue) = 162+7+23=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A20717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20717 is #5DF8E8. Grayscale: #373737. Windows color (decimal): -6158569 or 1509282. OLE color: 1509282.

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

Color convert

RGB 162 7 23 -
CMYK 0 0.96 0.86 0.36
HSL 353.81º 0.92% 0.33% -
HSV(B) 353.81º 0.96% 0.64% -
XYZ 15.13 7.9 1.54 -
YUV 55.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 162 7 23 0 0.96 0.86 0.36 353.81 0.92 0.33
Hex A2 7 17 0 60 56 24 162 5C 21
Octal 242 7 27 0 140 126 44 542 134 41
Binary 10100010 111 10111 0 1100000 1010110 100100 101100010 1011100 100001

Color Harmonies of #A20717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20717

Black with #A20717

Text Example


Text Example

White with #A20717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20717; }

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

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

background-color css

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

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

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

border-color css

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

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

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