#AA0B28

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

Shades of Carmine #AA0B28

Tints of Carmine #AA0B28

Color information

#AA0B28 (or 0xAA0B28) is unknown color: approx Carmine. HEX triplet: AA, 0B and 28. RGB value is (170,11,40). Sum of RGB (Red+Green+Blue) = 170+11+40=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B28 is #55F4D7. Grayscale: #3D3D3D. Windows color (decimal): -5633240 or 2624426. OLE color: 2624426.

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

Color convert

RGB1701140-
CMYK00.940.760.33
HSL349.06º87.85%35.49%-
HSV(B)349.06º93.53%66.67%-
XYZ17.088.942.83-
YUV61.85115.68205.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.92%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=76.92%
G=4.98%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170114000.940.760.33349.0687.8535.49
HexAAB2805E4C2115d5823
Octal252135001361144153513043
Binary1010101010111010000101111010011001000011010111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B28; }

 p { color: rgb(170,11,40); }

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

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

 a { background-color: rgb(170,11,40); }

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

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

 span { border-color: rgb(170,11,40); }

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