#AA082A

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

Shades of Carmine #AA082A

Tints of Carmine #AA082A

Color information

#AA082A (or 0xAA082A) is unknown color: approx Carmine. HEX triplet: AA, 08 and 2A. RGB value is (170,8,42). Sum of RGB (Red+Green+Blue) = 170+8+42=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA082A is #55F7D5. Grayscale: #3C3C3C. Windows color (decimal): -5634006 or 2754730. OLE color: 2754730.

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

Color convert

RGB170842-
CMYK00.950.750.33
HSL347.41º91.01%34.9%-
HSV(B)347.41º95.29%66.67%-
XYZ17.088.893.01-
YUV60.31117.67206.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.27%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=77.27%
G=3.64%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17084200.950.750.33347.4191.0134.9
HexAA82A05F4B2115b5b23
Octal252105201371134153313343
Binary1010101010001010100101111110010111000011010110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA082A; }

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

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

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

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

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

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

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

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