Html Css Color HEX #AA080D Sangria

📋 copy color: '#AA080D'

red 170 ◦ green 8 ◦ blue 13

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

Shades of Sangria #AA080D

Tints of Sangria #AA080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 89.01%
G = 4.19%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA080D (or 0xAA080D) is known color: Sangria. HEX triplet: AA, 08 and 0D. RGB value is (170,8,13). Sum of RGB (Red+Green+Blue) = 170+8+13=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA080D is #55F7F2. Grayscale: #393939. Windows color (decimal): -5634035 or 854186. OLE color: 854186.

HSL color Cylindrical-coordinate representation of color #AA080D: hue angle of 358.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 13 -
CMYK 0 0.95 0.92 0.33
HSL 358.15º 0.91% 0.35% -
HSV(B) 358.15º 0.95% 0.67% -
XYZ 16.74 8.75 1.19 -
YUV 57.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 170 8 13 0 0.95 0.92 0.33 358.15 0.91 0.35
Hex AA 8 D 0 5F 5C 21 166 5B 23
Octal 252 10 15 0 137 134 41 546 133 43
Binary 10101010 1000 1101 0 1011111 1011100 100001 101100110 1011011 100011

Color Harmonies of #AA080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA080D

Black with #AA080D

Text Example


Text Example

White with #AA080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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