Html Css Color HEX #AA0535 Carmine

📋 copy color: '#AA0535'

red 170 ◦ green 5 ◦ blue 53

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

Shades of Carmine #AA0535

Tints of Carmine #AA0535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 74.56%
G = 2.19%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0535 (or 0xAA0535) is known color: Carmine. HEX triplet: AA, 05 and 35. RGB value is (170,5,53). Sum of RGB (Red+Green+Blue) = 170+5+53=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0535 is #55FACA. Grayscale: #3B3B3B. Windows color (decimal): -5634763 or 3474858. OLE color: 3474858.

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

Color convert

RGB 170 5 53 -
CMYK 0 0.97 0.69 0.33
HSL 342.55º 0.94% 0.34% -
HSV(B) 342.55º 0.97% 0.67% -
XYZ 17.27 8.91 4.18 -
YUV 59.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 170 5 53 0 0.97 0.69 0.33 342.55 0.94 0.34
Hex AA 5 35 0 61 45 21 157 5E 22
Octal 252 5 65 0 141 105 41 527 136 42
Binary 10101010 101 110101 0 1100001 1000101 100001 101010111 1011110 100010

Color Harmonies of #AA0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0535

Black with #AA0535

Text Example


Text Example

White with #AA0535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0535; }

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

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

background-color css

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

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

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

border-color css

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

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

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