Html Css Color HEX #AA0524 Carmine

📋 copy color: '#AA0524'

red 170 ◦ green 5 ◦ blue 36

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

Shades of Carmine #AA0524

Tints of Carmine #AA0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 80.57%
G = 2.37%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0524 (or 0xAA0524) is known color: Carmine. HEX triplet: AA, 05 and 24. RGB value is (170,5,36). Sum of RGB (Red+Green+Blue) = 170+5+36=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0524 is #55FADB. Grayscale: #393939. Windows color (decimal): -5634780 or 2360746. OLE color: 2360746.

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

Color convert

RGB 170 5 36 -
CMYK 0 0.97 0.79 0.33
HSL 348.73º 0.94% 0.34% -
HSV(B) 348.73º 0.97% 0.67% -
XYZ 16.95 8.78 2.47 -
YUV 57.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 170 5 36 0 0.97 0.79 0.33 348.73 0.94 0.34
Hex AA 5 24 0 61 4F 21 15D 5E 22
Octal 252 5 44 0 141 117 41 535 136 42
Binary 10101010 101 100100 0 1100001 1001111 100001 101011101 1011110 100010

Color Harmonies of #AA0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0524

Black with #AA0524

Text Example


Text Example

White with #AA0524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0524; }

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

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

background-color css

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

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

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

border-color css

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

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

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