#A70510

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

Shades of Carmine #A70510

Tints of Carmine #A70510

Color information

#A70510 (or 0xA70510) is unknown color: approx Carmine. HEX triplet: A7, 05 and 10. RGB value is (167,5,16). Sum of RGB (Red+Green+Blue) = 167+5+16=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A70510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70510 is #58FAEF. Grayscale: #363636. Windows color (decimal): -5831408 or 1050023. OLE color: 1050023.

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

Color convert

RGB167516-
CMYK00.970.900.35
HSL355.93º94.19%33.73%-
HSV(B)355.93º97.01%65.49%-
XYZ16.088.361.26-
YUV54.69106.17208.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.83%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=88.83%
G=2.66%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16751600.970.900.35355.9394.1933.73
HexA75100615A231645e22
Octal24752001411324354413642
Binary10100111101100000110000110110101000111011001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70510; }

 p { color: rgb(167,5,16); }

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

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

 a { background-color: rgb(167,5,16); }

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

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

 span { border-color: rgb(167,5,16); }

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