#AA0F2A

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

Shades of Carmine #AA0F2A

Tints of Carmine #AA0F2A

Color information

#AA0F2A (or 0xAA0F2A) is unknown color: approx Carmine. HEX triplet: AA, 0F and 2A. RGB value is (170,15,42). Sum of RGB (Red+Green+Blue) = 170+15+42=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F2A is #55F0D5. Grayscale: #404040. Windows color (decimal): -5632214 or 2756522. OLE color: 2756522.

HSL color Cylindrical-coordinate representation of color #AA0F2A: hue angle of 349.55º 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 #AA0F2A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1701542-
CMYK00.910.750.33
HSL349.55º83.78%36.27%-
HSV(B)349.55º91.18%66.67%-
XYZ17.179.053.03-
YUV64.42115.35203.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.89%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=74.89%
G=6.61%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170154200.910.750.33349.5583.7836.27
HexAAF2A05B4B2115e5424
Octal252175201331134153612444
Binary1010101011111010100101101110010111000011010111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F2A; }

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

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

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

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

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

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

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

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