#A80218

Color #A80218 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A80218

Tints of Carmine #A80218

Color information

#A80218 (or 0xA80218) is unknown color: approx Carmine. HEX triplet: A8, 02 and 18. RGB value is (168,2,24). Sum of RGB (Red+Green+Blue) = 168+2+24=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A80218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80218 is #57FDE7. Grayscale: #363636. Windows color (decimal): -5766632 or 1573544. OLE color: 1573544.

HSL color Cylindrical-coordinate representation of color #A80218: hue angle of 352.05º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80218 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB168224-
CMYK00.990.860.34
HSL352.05º97.65%33.33%-
HSV(B)352.05º98.81%65.88%-
XYZ16.348.431.63-
YUV54.14111209.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 86.60%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=86.60%
G=1.03%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16822400.990.860.34352.0597.6533.33
HexA821806356221606221
Octal25023001431264254014241
Binary1010100010110000110001110101101000101011000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80218; }

 p { color: rgb(168,2,24); }

 H1.HeaderClassName
 {
   color: #A80218;
 }
 .AnyTagClassName
 {
   color: #A80218;
 }
</style>
background-color css

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

 a { background-color: rgb(168,2,24); }

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

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

 span { border-color: rgb(168,2,24); }

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