#AA020F

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

Shades of Carmine #AA020F

Tints of Carmine #AA020F

Color information

#AA020F (or 0xAA020F) is unknown color: approx Carmine. HEX triplet: AA, 02 and 0F. RGB value is (170,2,15). Sum of RGB (Red+Green+Blue) = 170+2+15=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA020F is #55FDF0. Grayscale: #353535. Windows color (decimal): -5635569 or 983722. OLE color: 983722.

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

Color convert

RGB170215-
CMYK00.990.910.33
HSL355.36º97.67%33.73%-
HSV(B)355.36º98.82%66.67%-
XYZ16.698.621.24-
YUV53.71106.16210.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 90.91%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=90.91%
G=1.07%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17021500.990.910.33355.3697.6733.73
HexAA2F0635B211636222
Octal25221701431334154314242
Binary101010101011110110001110110111000011011000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA020F; }

 p { color: rgb(170,2,15); }

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

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

 a { background-color: rgb(170,2,15); }

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

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

 span { border-color: rgb(170,2,15); }

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