Shades of Sangria #A4090B
Tints of Sangria #A4090B
RGB
CMYK
RGB Variations
Color information
#A4090B (or 0xA4090B) is known color: Sangria. HEX triplet: A4, 09 and 0B. RGB value is (164,9,11). Sum of RGB (Red+Green+Blue) = 164+9+11=184 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.13% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 164 - color contains mainly: red. Hex color #A4090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4090B is #5BF6F4. Grayscale: #373737. Windows color (decimal): -6026997 or 723364. OLE color: 723364.
HSL color Cylindrical-coordinate representation of color #A4090B: hue angle of 359.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4090B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.36 |
| HSL | 359.23º | 0.9% | 0.34% | - |
| HSV(B) | 359.23º | 0.95% | 0.64% | - |
| XYZ | 15.47 | 8.11 | 1.07 | - |
| YUV | 55.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 11 | 0 | 0.95 | 0.93 | 0.36 | 359.23 | 0.9 | 0.34 |
| Hex | A4 | 9 | B | 0 | 5F | 5D | 24 | 167 | 5A | 22 |
| Octal | 244 | 11 | 13 | 0 | 137 | 135 | 44 | 547 | 132 | 42 |
| Binary | 10100100 | 1001 | 1011 | 0 | 1011111 | 1011101 | 100100 | 101100111 | 1011010 | 100010 |
Color Harmonies of #A4090B
Complementary color
Monochromatic Colors of #A4090B
Black with #A4090B
Text Example
Text Example
White with #A4090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4090B; }
p { color: rgb(164,9,11); }
H1.HeaderClassName
{
color: #A4090B;
}
.AnyTagClassName
{
color: #A4090B;
}
</style>
background-color css
<style>
a { background-color: #A4090B; }
a { background-color: rgb(164,9,11); }
div.DivClassName
{
background-color: #A4090B;
}
.BgClassName
{
background-color: #A4090B;
}
</style>
border-color css
<style>
span { border-color: #A4090B; }
span { border-color: rgb(164,9,11); }
td.TdClassName
{
border-color: #A4090B;
}
.TagClassName
{
border-color: #A4090B;
}
</style>