#AA0D1A

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

Shades of Carmine #AA0D1A

Tints of Carmine #AA0D1A

Color information

#AA0D1A (or 0xAA0D1A) is unknown color: approx Carmine. HEX triplet: AA, 0D and 1A. RGB value is (170,13,26). Sum of RGB (Red+Green+Blue) = 170+13+26=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D1A is #55F2E5. Grayscale: #3D3D3D. Windows color (decimal): -5632742 or 1707434. OLE color: 1707434.

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

Color convert

RGB1701326-
CMYK00.920.850.33
HSL355.03º85.79%35.88%-
HSV(B)355.03º92.35%66.67%-
XYZ16.918.911.81-
YUV61.42108.01205.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 81.34%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=81.34%
G=6.22%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170132600.920.850.33355.0385.7935.88
HexAAD1A05C55211635624
Octal252153201341254154312644
Binary101010101101110100101110010101011000011011000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D1A; }

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

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

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

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

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

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

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

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