#A80710

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

Shades of Carmine #A80710

Tints of Carmine #A80710

Color information

#A80710 (or 0xA80710) is unknown color: approx Carmine. HEX triplet: A8, 07 and 10. RGB value is (168,7,16). Sum of RGB (Red+Green+Blue) = 168+7+16=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A80710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80710 is #57F8EF. Grayscale: #383838. Windows color (decimal): -5765360 or 1050536. OLE color: 1050536.

HSL color Cylindrical-coordinate representation of color #A80710: hue angle of 356.65º 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 #A80710 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB168716-
CMYK00.960.900.34
HSL356.65º92%34.31%-
HSV(B)356.65º95.83%65.88%-
XYZ16.328.511.27-
YUV56.16105.34207.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 87.96%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=87.96%
G=3.66%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16871600.960.900.34356.659234.31
HexA87100605A221655c22
Octal25072001401324254513442
Binary10101000111100000110000010110101000101011001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80710; }

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

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

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

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

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

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

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

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