Shades of Sangria #A90103
Tints of Sangria #A90103
RGB
CMYK
RGB Variations
Color information
#A90103 (or 0xA90103) is known color: Sangria. HEX triplet: A9, 01 and 03. RGB value is (169,1,3). Sum of RGB (Red+Green+Blue) = 169+1+3=173 (22% of max value = 765). Red value is 169 (66.41% from 255 or 97.69% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 169 - color contains mainly: red. Hex color #A90103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90103 is #56FEFC. Grayscale: #333333. Windows color (decimal): -5701373 or 197033. OLE color: 197033.
HSL color Cylindrical-coordinate representation of color #A90103: hue angle of 359.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.34 |
| HSL | 359.29º | 0.99% | 0.33% | - |
| HSV(B) | 359.29º | 0.99% | 0.66% | - |
| XYZ | 16.39 | 8.46 | 0.86 | - |
| YUV | 51.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 3 | 0 | 0.99 | 0.98 | 0.34 | 359.29 | 0.99 | 0.33 |
| Hex | A9 | 1 | 3 | 0 | 63 | 62 | 22 | 167 | 63 | 21 |
| Octal | 251 | 1 | 3 | 0 | 143 | 142 | 42 | 547 | 143 | 41 |
| Binary | 10101001 | 1 | 11 | 0 | 1100011 | 1100010 | 100010 | 101100111 | 1100011 | 100001 |
Color Harmonies of #A90103
Complementary color
Monochromatic Colors of #A90103
Black with #A90103
Text Example
Text Example
White with #A90103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90103; }
p { color: rgb(169,1,3); }
H1.HeaderClassName
{
color: #A90103;
}
.AnyTagClassName
{
color: #A90103;
}
</style>
background-color css
<style>
a { background-color: #A90103; }
a { background-color: rgb(169,1,3); }
div.DivClassName
{
background-color: #A90103;
}
.BgClassName
{
background-color: #A90103;
}
</style>
border-color css
<style>
span { border-color: #A90103; }
span { border-color: rgb(169,1,3); }
td.TdClassName
{
border-color: #A90103;
}
.TagClassName
{
border-color: #A90103;
}
</style>