#AA0D2C

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

Shades of Carmine #AA0D2C

Tints of Carmine #AA0D2C

Color information

#AA0D2C (or 0xAA0D2C) is unknown color: approx Carmine. HEX triplet: AA, 0D and 2C. RGB value is (170,13,44). Sum of RGB (Red+Green+Blue) = 170+13+44=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D2C is #55F2D3. Grayscale: #3F3F3F. Windows color (decimal): -5632724 or 2887082. OLE color: 2887082.

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

Color convert

RGB1701344-
CMYK00.920.740.33
HSL348.15º85.79%35.88%-
HSV(B)348.15º92.35%66.67%-
XYZ17.189.023.22-
YUV63.48117.01203.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.89%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=74.89%
G=5.73%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170134400.920.740.33348.1585.7935.88
HexAAD2C05C4A2115c5624
Octal252155401341124153412644
Binary1010101011011011000101110010010101000011010111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D2C; }

 p { color: rgb(170,13,44); }

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

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

 a { background-color: rgb(170,13,44); }

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

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

 span { border-color: rgb(170,13,44); }

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