Html Css Color HEX #A00509 Sangria

📋 copy color: '#A00509'

red 160 ◦ green 5 ◦ blue 9

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

Shades of Sangria #A00509

Tints of Sangria #A00509

RGB

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

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

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

R = 91.95%
G = 2.87%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A00509 (or 0xA00509) is known color: Sangria. HEX triplet: A0, 05 and 09. RGB value is (160,5,9). Sum of RGB (Red+Green+Blue) = 160+5+9=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A00509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00509 is #5FFAF6. Grayscale: #333333. Windows color (decimal): -6290167 or 591264. OLE color: 591264.

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

Color convert

RGB 160 5 9 -
CMYK 0 0.97 0.94 0.37
HSL 358.45º 0.94% 0.32% -
HSV(B) 358.45º 0.97% 0.63% -
XYZ 14.6 7.6 0.96 -
YUV 51.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 160 5 9 0 0.97 0.94 0.37 358.45 0.94 0.32
Hex A0 5 9 0 61 5E 25 166 5E 20
Octal 240 5 11 0 141 136 45 546 136 40
Binary 10100000 101 1001 0 1100001 1011110 100101 101100110 1011110 100000

Color Harmonies of #A00509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00509

Black with #A00509

Text Example


Text Example

White with #A00509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00509; }

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

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

background-color css

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

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

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

border-color css

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

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

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