Html Css Color HEX #AA051C Carmine

📋 copy color: '#AA051C'

red 170 ◦ green 5 ◦ blue 28

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

Shades of Carmine #AA051C

Tints of Carmine #AA051C

RGB

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

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

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

R = 83.74%
G = 2.46%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA051C (or 0xAA051C) is known color: Carmine. HEX triplet: AA, 05 and 1C. RGB value is (170,5,28). Sum of RGB (Red+Green+Blue) = 170+5+28=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051C is #55FAE3. Grayscale: #393939. Windows color (decimal): -5634788 or 1836458. OLE color: 1836458.

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

Color convert

RGB 170 5 28 -
CMYK 0 0.97 0.84 0.33
HSL 351.64º 0.94% 0.34% -
HSV(B) 351.64º 0.97% 0.67% -
XYZ 16.84 8.74 1.9 -
YUV 56.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 170 5 28 0 0.97 0.84 0.33 351.64 0.94 0.34
Hex AA 5 1C 0 61 54 21 160 5E 22
Octal 252 5 34 0 141 124 41 540 136 42
Binary 10101010 101 11100 0 1100001 1010100 100001 101100000 1011110 100010

Color Harmonies of #AA051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA051C

Black with #AA051C

Text Example


Text Example

White with #AA051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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