#AA062A

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

Shades of Carmine #AA062A

Tints of Carmine #AA062A

Color information

#AA062A (or 0xAA062A) is unknown color: approx Carmine. HEX triplet: AA, 06 and 2A. RGB value is (170,6,42). Sum of RGB (Red+Green+Blue) = 170+6+42=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA062A is #55F9D5. Grayscale: #3B3B3B. Windows color (decimal): -5634518 or 2754218. OLE color: 2754218.

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

Color convert

RGB170642-
CMYK00.960.750.33
HSL346.83º93.18%34.51%-
HSV(B)346.83º96.47%66.67%-
XYZ17.068.843-
YUV59.14118.33207.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.98%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=77.98%
G=2.75%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17064200.960.750.33346.8393.1834.51
HexAA62A0604B2115b5d23
Octal25265201401134153313543
Binary101010101101010100110000010010111000011010110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA062A; }

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

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

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

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

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

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

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

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