#AA0113

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

Shades of Carmine #AA0113

Tints of Carmine #AA0113

Color information

#AA0113 (or 0xAA0113) is unknown color: approx Carmine. HEX triplet: AA, 01 and 13. RGB value is (170,1,19). Sum of RGB (Red+Green+Blue) = 170+1+19=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0113 is #55FEEC. Grayscale: #353535. Windows color (decimal): -5635821 or 1245610. OLE color: 1245610.

HSL color Cylindrical-coordinate representation of color #AA0113: hue angle of 353.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB170119-
CMYK00.990.890.33
HSL353.61º98.83%33.53%-
HSV(B)353.61º99.41%66.67%-
XYZ16.718.611.4-
YUV53.58108.49211.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.47%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 19 (7.81% from 255) = 10%
R=89.47%
G=0.53%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011900.990.890.33353.6198.8333.53
HexAA11306359211626322
Octal25212301431314154214342
Binary101010101100110110001110110011000011011000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0113; }

 p { color: rgb(170,1,19); }

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

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

 a { background-color: rgb(170,1,19); }

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

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

 span { border-color: rgb(170,1,19); }

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