Html Css Color HEX #AA050E Carmine

📋 copy color: '#AA050E'

red 170 ◦ green 5 ◦ blue 14

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

Shades of Carmine #AA050E

Tints of Carmine #AA050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 89.95%
G = 2.65%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA050E (or 0xAA050E) is known color: Carmine. HEX triplet: AA, 05 and 0E. RGB value is (170,5,14). Sum of RGB (Red+Green+Blue) = 170+5+14=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA050E is #55FAF1. Grayscale: #373737. Windows color (decimal): -5634802 or 918954. OLE color: 918954.

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

Color convert

RGB 170 5 14 -
CMYK 0 0.97 0.92 0.33
HSL 356.73º 0.94% 0.34% -
HSV(B) 356.73º 0.97% 0.67% -
XYZ 16.71 8.69 1.21 -
YUV 55.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 170 5 14 0 0.97 0.92 0.33 356.73 0.94 0.34
Hex AA 5 E 0 61 5C 21 165 5E 22
Octal 252 5 16 0 141 134 41 545 136 42
Binary 10101010 101 1110 0 1100001 1011100 100001 101100101 1011110 100010

Color Harmonies of #AA050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA050E

Black with #AA050E

Text Example


Text Example

White with #AA050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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