Html Css Color HEX #A80811 Carmine

📋 copy color: '#A80811'

red 168 ◦ green 8 ◦ blue 17

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

Shades of Carmine #A80811

Tints of Carmine #A80811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 87.05%
G = 4.15%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80811 (or 0xA80811) is known color: Carmine. HEX triplet: A8, 08 and 11. RGB value is (168,8,17). Sum of RGB (Red+Green+Blue) = 168+8+17=193 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.05% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 168 - color contains mainly: red. Hex color #A80811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80811 is #57F7EE. Grayscale: #383838. Windows color (decimal): -5765103 or 1116328. OLE color: 1116328.

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

Color convert

RGB 168 8 17 -
CMYK 0 0.95 0.90 0.34
HSL 356.63º 0.91% 0.35% -
HSV(B) 356.63º 0.95% 0.66% -
XYZ 16.34 8.54 1.32 -
YUV 56.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 168 8 17 0 0.95 0.90 0.34 356.63 0.91 0.35
Hex A8 8 11 0 5F 5A 22 165 5B 23
Octal 250 10 21 0 137 132 42 545 133 43
Binary 10101000 1000 10001 0 1011111 1011010 100010 101100101 1011011 100011

Color Harmonies of #A80811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80811

Black with #A80811

Text Example


Text Example

White with #A80811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80811; }

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

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

background-color css

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

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

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

border-color css

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

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

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