#A8072C

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

Shades of Carmine #A8072C

Tints of Carmine #A8072C

Color information

#A8072C (or 0xA8072C) is unknown color: approx Carmine. HEX triplet: A8, 07 and 2C. RGB value is (168,7,44). Sum of RGB (Red+Green+Blue) = 168+7+44=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8072C is #57F8D3. Grayscale: #3B3B3B. Windows color (decimal): -5765332 or 2885544. OLE color: 2885544.

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

Color convert

RGB168744-
CMYK00.960.740.34
HSL346.21º92%34.31%-
HSV(B)346.21º95.83%65.88%-
XYZ16.688.663.18-
YUV59.36119.34205.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.71%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=76.71%
G=3.20%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16874400.960.740.34346.219234.31
HexA872C0604A2215a5c22
Octal25075401401124253213442
Binary101010001111011000110000010010101000101010110101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8072C; }

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

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

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

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

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

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

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

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