Html Css Color HEX #A00809 Sangria

📋 copy color: '#A00809'

red 160 ◦ green 8 ◦ blue 9

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

Shades of Sangria #A00809

Tints of Sangria #A00809

RGB

 RED value IS 160 (62.89% from 255) = 90.4%

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

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 90.4%
G = 4.52%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A00809 (or 0xA00809) is known color: Sangria. HEX triplet: A0, 08 and 09. RGB value is (160,8,9). Sum of RGB (Red+Green+Blue) = 160+8+9=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00809 is #5FF7F6. Grayscale: #353535. Windows color (decimal): -6289399 or 592032. OLE color: 592032.

HSL color Cylindrical-coordinate representation of color #A00809: hue angle of 359.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00809 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 9 -
CMYK 0 0.95 0.94 0.37
HSL 359.61º 0.9% 0.33% -
HSV(B) 359.61º 0.95% 0.63% -
XYZ 14.63 7.67 0.97 -
YUV 53.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 160 8 9 0 0.95 0.94 0.37 359.61 0.9 0.33
Hex A0 8 9 0 5F 5E 25 168 5A 21
Octal 240 10 11 0 137 136 45 550 132 41
Binary 10100000 1000 1001 0 1011111 1011110 100101 101101000 1011010 100001

Color Harmonies of #A00809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00809

Black with #A00809

Text Example


Text Example

White with #A00809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00809; }

 p { color: rgb(160,8,9); }

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

background-color css

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

 a { background-color: rgb(160,8,9); }

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

border-color css

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

 span { border-color: rgb(160,8,9); }

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