#A70511

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

Shades of Carmine #A70511

Tints of Carmine #A70511

Color information

#A70511 (or 0xA70511) is unknown color: approx Carmine. HEX triplet: A7, 05 and 11. RGB value is (167,5,17). Sum of RGB (Red+Green+Blue) = 167+5+17=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70511 is #58FAEE. Grayscale: #363636. Windows color (decimal): -5831407 or 1115559. OLE color: 1115559.

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

Color convert

RGB167517-
CMYK00.970.900.35
HSL355.56º94.19%33.73%-
HSV(B)355.56º97.01%65.49%-
XYZ16.098.361.3-
YUV54.81106.67208.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.36%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=88.36%
G=2.65%
B=8.99%

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
Decimal16751700.970.900.35355.5694.1933.73
HexA75110615A231645e22
Octal24752101411324354413642
Binary10100111101100010110000110110101000111011001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70511; }

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

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

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

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

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

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

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

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