#A7002F

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

Shades of Carmine #A7002F

Tints of Carmine #A7002F

Color information

#A7002F (or 0xA7002F) is unknown color: approx Carmine. HEX triplet: A7, 00 and 2F. RGB value is (167,0,47). Sum of RGB (Red+Green+Blue) = 167+0+47=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002F is #58FFD0. Grayscale: #373737. Windows color (decimal): -5832657 or 3080359. OLE color: 3080359.

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

Color convert

RGB167047-
CMYK010.720.35
HSL343.11º100%32.75%-
HSV(B)343.11º100%65.49%-
XYZ16.458.423.45-
YUV55.29123.33207.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=78.04%
G=0%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167047010.720.35343.1110032.75
HexA702F06448231576421
Octal24705701441104352714441
Binary1010011101011110110010010010001000111010101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7002F; }

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

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

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

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

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

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

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

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