Html Css Color HEX #AA0526 Carmine

📋 copy color: '#AA0526'

red 170 ◦ green 5 ◦ blue 38

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

Shades of Carmine #AA0526

Tints of Carmine #AA0526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 79.81%
G = 2.35%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA0526 (or 0xAA0526) is known color: Carmine. HEX triplet: AA, 05 and 26. RGB value is (170,5,38). Sum of RGB (Red+Green+Blue) = 170+5+38=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0526 is #55FAD9. Grayscale: #3A3A3A. Windows color (decimal): -5634778 or 2491818. OLE color: 2491818.

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

Color convert

RGB 170 5 38 -
CMYK 0 0.97 0.78 0.33
HSL 348º 0.94% 0.34% -
HSV(B) 348º 0.97% 0.67% -
XYZ 16.98 8.79 2.64 -
YUV 58.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 170 5 38 0 0.97 0.78 0.33 348 0.94 0.34
Hex AA 5 26 0 61 4E 21 15C 5E 22
Octal 252 5 46 0 141 116 41 534 136 42
Binary 10101010 101 100110 0 1100001 1001110 100001 101011100 1011110 100010

Color Harmonies of #AA0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0526

Black with #AA0526

Text Example


Text Example

White with #AA0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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