#AA0F1F

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

Shades of Carmine #AA0F1F

Tints of Carmine #AA0F1F

Color information

#AA0F1F (or 0xAA0F1F) is unknown color: approx Carmine. HEX triplet: AA, 0F and 1F. RGB value is (170,15,31). Sum of RGB (Red+Green+Blue) = 170+15+31=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F1F is #55F0E0. Grayscale: #3F3F3F. Windows color (decimal): -5632225 or 2035626. OLE color: 2035626.

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

Color convert

RGB1701531-
CMYK00.910.820.33
HSL353.81º83.78%36.27%-
HSV(B)353.81º91.18%66.67%-
XYZ178.992.14-
YUV63.17109.85204.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 78.70%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 31 (12.5% from 255) = 14.35%
R=78.70%
G=6.94%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170153100.910.820.33353.8183.7836.27
HexAAF1F05B52211625424
Octal252173701331224154212444
Binary101010101111111110101101110100101000011011000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F1F; }

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

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

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

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

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

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

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

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