#AA060E

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

Shades of Carmine #AA060E

Tints of Carmine #AA060E

Color information

#AA060E (or 0xAA060E) is unknown color: approx Carmine. HEX triplet: AA, 06 and 0E. RGB value is (170,6,14). Sum of RGB (Red+Green+Blue) = 170+6+14=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060E is #55F9F1. Grayscale: #383838. Windows color (decimal): -5634546 or 919210. OLE color: 919210.

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

Color convert

RGB170614-
CMYK00.960.920.33
HSL357.07º93.18%34.51%-
HSV(B)357.07º96.47%66.67%-
XYZ16.728.711.21-
YUV55.95104.33209.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.47%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 14 (5.86% from 255) = 7.37%
R=89.47%
G=3.16%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17061400.960.920.33357.0793.1834.51
HexAA6E0605C211655d23
Octal25261601401344154513543
Binary1010101011011100110000010111001000011011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA060E; }

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

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

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

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

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

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

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

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