#AA010E

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

Shades of Carmine #AA010E

Tints of Carmine #AA010E

Color information

#AA010E (or 0xAA010E) is unknown color: approx Carmine. HEX triplet: AA, 01 and 0E. RGB value is (170,1,14). Sum of RGB (Red+Green+Blue) = 170+1+14=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA010E is #55FEF1. Grayscale: #353535. Windows color (decimal): -5635826 or 917930. OLE color: 917930.

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

Color convert

RGB170114-
CMYK00.990.920.33
HSL355.38º98.83%33.53%-
HSV(B)355.38º99.41%66.67%-
XYZ16.678.61.2-
YUV53.01105.99211.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 91.89%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=91.89%
G=0.54%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011400.990.920.33355.3898.8333.53
HexAA1E0635C211636322
Octal25211601431344154314342
Binary10101010111100110001110111001000011011000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA010E; }

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

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

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

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

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

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

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

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