Shades of Sangria #A90001
Tints of Sangria #A90001
RGB
CMYK
RGB Variations
Color information
#A90001 (or 0xA90001) is known color: Sangria. HEX triplet: A9, 00 and 01. RGB value is (169,0,1). Sum of RGB (Red+Green+Blue) = 169+0+1=170 (22% of max value = 765). Red value is 169 (66.41% from 255 or 99.41% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 169 - color contains mainly: red. Hex color #A90001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90001 is #56FFFE. Grayscale: #323232. Windows color (decimal): -5701631 or 65705. OLE color: 65705.
HSL color Cylindrical-coordinate representation of color #A90001: 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 #A90001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.34 |
| HSL | 359.65º | 1% | 0.33% | - |
| HSV(B) | 359.65º | 1% | 0.66% | - |
| XYZ | 16.37 | 8.44 | 0.79 | - |
| YUV | 50.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 1 | 0 | 1 | 0.99 | 0.34 | 359.65 | 1 | 0.33 |
| Hex | A9 | 0 | 1 | 0 | 64 | 63 | 22 | 168 | 64 | 21 |
| Octal | 251 | 0 | 1 | 0 | 144 | 143 | 42 | 550 | 144 | 41 |
| Binary | 10101001 | 0 | 1 | 0 | 1100100 | 1100011 | 100010 | 101101000 | 1100100 | 100001 |
Color Harmonies of #A90001
Complementary color
Monochromatic Colors of #A90001
Black with #A90001
Text Example
Text Example
White with #A90001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90001; }
p { color: rgb(169,0,1); }
H1.HeaderClassName
{
color: #A90001;
}
.AnyTagClassName
{
color: #A90001;
}
</style>
background-color css
<style>
a { background-color: #A90001; }
a { background-color: rgb(169,0,1); }
div.DivClassName
{
background-color: #A90001;
}
.BgClassName
{
background-color: #A90001;
}
</style>
border-color css
<style>
span { border-color: #A90001; }
span { border-color: rgb(169,0,1); }
td.TdClassName
{
border-color: #A90001;
}
.TagClassName
{
border-color: #A90001;
}
</style>