Shades of Sangria #A80001
Tints of Sangria #A80001
RGB
CMYK
RGB Variations
Color information
#A80001 (or 0xA80001) is known color: Sangria. HEX triplet: A8, 00 and 01. RGB value is (168,0,1). Sum of RGB (Red+Green+Blue) = 168+0+1=169 (22% of max value = 765). Red value is 168 (66.02% from 255 or 99.41% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 168 - color contains mainly: red. Hex color #A80001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80001 is #57FFFE. Grayscale: #323232. Windows color (decimal): -5767167 or 65704. OLE color: 65704.
HSL color Cylindrical-coordinate representation of color #A80001: hue angle of 359.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.34 |
| HSL | 359.64º | 1% | 0.33% | - |
| HSV(B) | 359.64º | 1% | 0.66% | - |
| XYZ | 16.15 | 8.33 | 0.78 | - |
| YUV | 50.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 1 | 0 | 1 | 0.99 | 0.34 | 359.64 | 1 | 0.33 |
| Hex | A8 | 0 | 1 | 0 | 64 | 63 | 22 | 168 | 64 | 21 |
| Octal | 250 | 0 | 1 | 0 | 144 | 143 | 42 | 550 | 144 | 41 |
| Binary | 10101000 | 0 | 1 | 0 | 1100100 | 1100011 | 100010 | 101101000 | 1100100 | 100001 |
Color Harmonies of #A80001
Complementary color
Monochromatic Colors of #A80001
Black with #A80001
Text Example
Text Example
White with #A80001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80001; }
p { color: rgb(168,0,1); }
H1.HeaderClassName
{
color: #A80001;
}
.AnyTagClassName
{
color: #A80001;
}
</style>
background-color css
<style>
a { background-color: #A80001; }
a { background-color: rgb(168,0,1); }
div.DivClassName
{
background-color: #A80001;
}
.BgClassName
{
background-color: #A80001;
}
</style>
border-color css
<style>
span { border-color: #A80001; }
span { border-color: rgb(168,0,1); }
td.TdClassName
{
border-color: #A80001;
}
.TagClassName
{
border-color: #A80001;
}
</style>