#AA0C2F

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

Shades of Carmine #AA0C2F

Tints of Carmine #AA0C2F

Color information

#AA0C2F (or 0xAA0C2F) is unknown color: approx Carmine. HEX triplet: AA, 0C and 2F. RGB value is (170,12,47). Sum of RGB (Red+Green+Blue) = 170+12+47=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C2F is #55F3D0. Grayscale: #3F3F3F. Windows color (decimal): -5632977 or 3083434. OLE color: 3083434.

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

Color convert

RGB1701247-
CMYK00.930.720.33
HSL346.71º86.81%35.69%-
HSV(B)346.71º92.94%66.67%-
XYZ17.229.013.52-
YUV63.23118.85204.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=74.24%
G=5.24%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170124700.930.720.33346.7186.8135.69
HexAAC2F05D482115b5724
Octal252145701351104153312744
Binary1010101011001011110101110110010001000011010110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C2F; }

 p { color: rgb(170,12,47); }

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

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

 a { background-color: rgb(170,12,47); }

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

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

 span { border-color: rgb(170,12,47); }

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