#A7021E

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

Shades of Carmine #A7021E

Tints of Carmine #A7021E

Color information

#A7021E (or 0xA7021E) is unknown color: approx Carmine. HEX triplet: A7, 02 and 1E. RGB value is (167,2,30). Sum of RGB (Red+Green+Blue) = 167+2+30=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021E is #58FDE1. Grayscale: #363636. Windows color (decimal): -5832162 or 1966759. OLE color: 1966759.

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

Color convert

RGB167230-
CMYK00.990.820.35
HSL349.82º97.63%33.14%-
HSV(B)349.82º98.8%65.49%-
XYZ16.198.351.99-
YUV54.53114.16208.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.92%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=83.92%
G=1.01%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16723000.990.820.35349.8297.6333.14
HexA721E063522315e6221
Octal24723601431224353614241
Binary1010011110111100110001110100101000111010111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7021E; }

 p { color: rgb(167,2,30); }

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

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

 a { background-color: rgb(167,2,30); }

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

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

 span { border-color: rgb(167,2,30); }

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