Html Css Color HEX #A00309 Sangria

📋 copy color: '#A00309'

red 160 ◦ green 3 ◦ blue 9

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

Shades of Sangria #A00309

Tints of Sangria #A00309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

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

R = 93.02%
G = 1.74%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A00309 (or 0xA00309) is known color: Sangria. HEX triplet: A0, 03 and 09. RGB value is (160,3,9). Sum of RGB (Red+Green+Blue) = 160+3+9=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A00309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00309 is #5FFCF6. Grayscale: #323232. Windows color (decimal): -6290679 or 590752. OLE color: 590752.

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

Color convert

RGB 160 3 9 -
CMYK 0 0.98 0.94 0.37
HSL 357.71º 0.96% 0.32% -
HSV(B) 357.71º 0.98% 0.63% -
XYZ 14.58 7.56 0.95 -
YUV 50.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 160 3 9 0 0.98 0.94 0.37 357.71 0.96 0.32
Hex A0 3 9 0 62 5E 25 166 60 20
Octal 240 3 11 0 142 136 45 546 140 40
Binary 10100000 11 1001 0 1100010 1011110 100101 101100110 1100000 100000

Color Harmonies of #A00309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00309

Black with #A00309

Text Example


Text Example

White with #A00309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00309; }

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

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

background-color css

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

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

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

border-color css

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

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

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