Html Css Color HEX #A80B16 Carmine

📋 copy color: '#A80B16'

red 168 ◦ green 11 ◦ blue 22

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

Shades of Carmine #A80B16

Tints of Carmine #A80B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 83.58%
G = 5.47%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A80B16 (or 0xA80B16) is known color: Carmine. HEX triplet: A8, 0B and 16. RGB value is (168,11,22). Sum of RGB (Red+Green+Blue) = 168+11+22=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80B16 is #57F4E9. Grayscale: #3B3B3B. Windows color (decimal): -5764330 or 1444776. OLE color: 1444776.

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

Color convert

RGB 168 11 22 -
CMYK 0 0.93 0.87 0.34
HSL 355.8º 0.88% 0.35% -
HSV(B) 355.8º 0.93% 0.66% -
XYZ 16.41 8.62 1.56 -
YUV 59.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 168 11 22 0 0.93 0.87 0.34 355.8 0.88 0.35
Hex A8 B 16 0 5D 57 22 164 58 23
Octal 250 13 26 0 135 127 42 544 130 43
Binary 10101000 1011 10110 0 1011101 1010111 100010 101100100 1011000 100011

Color Harmonies of #A80B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B16

Black with #A80B16

Text Example


Text Example

White with #A80B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B16; }

 p { color: rgb(168,11,22); }

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

background-color css

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

 a { background-color: rgb(168,11,22); }

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

border-color css

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

 span { border-color: rgb(168,11,22); }

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