Html Css Color HEX #AA0508 Sangria

📋 copy color: '#AA0508'

red 170 ◦ green 5 ◦ blue 8

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

Shades of Sangria #AA0508

Tints of Sangria #AA0508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 92.9%
G = 2.73%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA0508 (or 0xAA0508) is known color: Sangria. HEX triplet: AA, 05 and 08. RGB value is (170,5,8). Sum of RGB (Red+Green+Blue) = 170+5+8=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0508 is #55FAF7. Grayscale: #363636. Windows color (decimal): -5634808 or 525738. OLE color: 525738.

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

Color convert

RGB 170 5 8 -
CMYK 0 0.97 0.95 0.33
HSL 358.91º 0.94% 0.34% -
HSV(B) 358.91º 0.97% 0.67% -
XYZ 16.68 8.67 1.02 -
YUV 54.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 170 5 8 0 0.97 0.95 0.33 358.91 0.94 0.34
Hex AA 5 8 0 61 5F 21 167 5E 22
Octal 252 5 10 0 141 137 41 547 136 42
Binary 10101010 101 1000 0 1100001 1011111 100001 101100111 1011110 100010

Color Harmonies of #AA0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0508

Black with #AA0508

Text Example


Text Example

White with #AA0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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