Html Css Color HEX #A80711 Carmine

📋 copy color: '#A80711'

red 168 ◦ green 7 ◦ blue 17

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

Shades of Carmine #A80711

Tints of Carmine #A80711

RGB

 RED value IS 168 (66.02% from 255) = 87.5%

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

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

R = 87.5%
G = 3.65%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80711 (or 0xA80711) is known color: Carmine. HEX triplet: A8, 07 and 11. RGB value is (168,7,17). Sum of RGB (Red+Green+Blue) = 168+7+17=192 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.5% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 168 - color contains mainly: red. Hex color #A80711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80711 is #57F8EE. Grayscale: #383838. Windows color (decimal): -5765359 or 1116072. OLE color: 1116072.

HSL color Cylindrical-coordinate representation of color #A80711: hue angle of 356.27º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80711 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 7 17 -
CMYK 0 0.96 0.90 0.34
HSL 356.27º 0.92% 0.34% -
HSV(B) 356.27º 0.96% 0.66% -
XYZ 16.33 8.52 1.31 -
YUV 56.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 168 7 17 0 0.96 0.90 0.34 356.27 0.92 0.34
Hex A8 7 11 0 60 5A 22 164 5C 22
Octal 250 7 21 0 140 132 42 544 134 42
Binary 10101000 111 10001 0 1100000 1011010 100010 101100100 1011100 100010

Color Harmonies of #A80711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80711

Black with #A80711

Text Example


Text Example

White with #A80711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80711; }

 p { color: rgb(168,7,17); }

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

background-color css

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

 a { background-color: rgb(168,7,17); }

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

border-color css

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

 span { border-color: rgb(168,7,17); }

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