#A80310

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

Shades of Carmine #A80310

Tints of Carmine #A80310

Color information

#A80310 (or 0xA80310) is unknown color: approx Carmine. HEX triplet: A8, 03 and 10. RGB value is (168,3,16). Sum of RGB (Red+Green+Blue) = 168+3+16=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A80310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80310 is #57FCEF. Grayscale: #353535. Windows color (decimal): -5766384 or 1049512. OLE color: 1049512.

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

Color convert

RGB168316-
CMYK00.980.900.34
HSL355.27º96.49%33.53%-
HSV(B)355.27º98.21%65.88%-
XYZ16.278.431.26-
YUV53.82106.66209.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 89.84%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=89.84%
G=1.60%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16831600.980.900.34355.2796.4933.53
HexA83100625A221636022
Octal25032001421324254314042
Binary1010100011100000110001010110101000101011000111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80310; }

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

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

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

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

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

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

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

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