Html Css Color HEX #AA0E1C Carmine

📋 copy color: '#AA0E1C'

red 170 ◦ green 14 ◦ blue 28

#AA0E1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AA0E1C

Tints of Carmine #AA0E1C

RGB

 RED value IS 170 (66.8% from 255) = 80.19%

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 80.19%
G = 6.6%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA0E1C (or 0xAA0E1C) is known color: Carmine. HEX triplet: AA, 0E and 1C. RGB value is (170,14,28). Sum of RGB (Red+Green+Blue) = 170+14+28=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E1C is #55F1E3. Grayscale: #3E3E3E. Windows color (decimal): -5632484 or 1838762. OLE color: 1838762.

HSL color Cylindrical-coordinate representation of color #AA0E1C: hue angle of 354.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E1C is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 28 -
CMYK 0 0.92 0.84 0.33
HSL 354.62º 0.85% 0.36% -
HSV(B) 354.62º 0.92% 0.67% -
XYZ 16.94 8.94 1.93 -
YUV 62.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 170 14 28 0 0.92 0.84 0.33 354.62 0.85 0.36
Hex AA E 1C 0 5C 54 21 163 55 24
Octal 252 16 34 0 134 124 41 543 125 44
Binary 10101010 1110 11100 0 1011100 1010100 100001 101100011 1010101 100100

Color Harmonies of #AA0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E1C

Black with #AA0E1C

Text Example


Text Example

White with #AA0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E1C; }

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

 H1.HeaderClassName
 {
   color: #AA0E1C;
 }
 .AnyTagClassName
 {
   color: #AA0E1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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