#A7002C

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

Shades of Carmine #A7002C

Tints of Carmine #A7002C

Color information

#A7002C (or 0xA7002C) is unknown color: approx Carmine. HEX triplet: A7, 00 and 2C. RGB value is (167,0,44). Sum of RGB (Red+Green+Blue) = 167+0+44=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002C is #58FFD3. Grayscale: #363636. Windows color (decimal): -5832660 or 2883751. OLE color: 2883751.

HSL color Cylindrical-coordinate representation of color #A7002C: hue angle of 344.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7002C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB167044-
CMYK010.740.35
HSL344.19º100%32.75%-
HSV(B)344.19º100%65.49%-
XYZ16.398.43.14-
YUV54.95121.83207.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=79.15%
G=0%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167044010.740.35344.1910032.75
HexA702C0644A231586421
Octal24705401441124353014441
Binary1010011101011000110010010010101000111010110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7002C; }

 p { color: rgb(167,0,44); }

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

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

 a { background-color: rgb(167,0,44); }

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

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

 span { border-color: rgb(167,0,44); }

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