#a0072b

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

Shades of Carmine #A0072B

Tints of Carmine #A0072B

Color information

#A0072B (or 0xA0072B) is unknown color: approx Carmine. HEX triplet: A0, 07 and 2B. RGB value is (160,7,43). Sum of RGB (Red+Green+Blue) = 160+7+43=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072B is #5FF8D4. Grayscale: #383838. Windows color (decimal): -6289621 or 2820000. OLE color: 2820000.

HSL color Cylindrical-coordinate representation of color #A0072B: hue angle of 345.88º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0072B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB160743-
CMYK00.960.730.37
HSL345.88º91.62%32.75%-
HSV(B)345.88º95.63%62.75%-
XYZ15.017.83-
YUV56.85120.19201.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.19%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=76.19%
G=3.33%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16074300.960.730.37345.8891.6232.75
HexA072B060492515a5c21
Octal24075301401114553213441
Binary101000001111010110110000010010011001011010110101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0072b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0072b; }

 p { color: rgb(160,7,43); }

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

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

 a { background-color: rgb(160,7,43); }

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

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

 span { border-color: rgb(160,7,43); }

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