#A9021E

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

Shades of Carmine #A9021E

Tints of Carmine #A9021E

Color information

#A9021E (or 0xA9021E) is unknown color: approx Carmine. HEX triplet: A9, 02 and 1E. RGB value is (169,2,30). Sum of RGB (Red+Green+Blue) = 169+2+30=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A9021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9021E is #56FDE1. Grayscale: #373737. Windows color (decimal): -5701090 or 1966761. OLE color: 1966761.

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

Color convert

RGB169230-
CMYK00.990.820.34
HSL349.94º97.66%33.53%-
HSV(B)349.94º98.82%66.27%-
XYZ16.628.572.01-
YUV55.12113.83209.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 84.08%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=84.08%
G=1.00%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16923000.990.820.34349.9497.6633.53
HexA921E063522215e6222
Octal25123601431224253614242
Binary1010100110111100110001110100101000101010111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9021E; }

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

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

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

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

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

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

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

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