Shades of Sangria #A3000B
Tints of Sangria #A3000B
RGB
CMYK
RGB Variations
Color information
#A3000B (or 0xA3000B) is known color: Sangria. HEX triplet: A3, 00 and 0B. RGB value is (163,0,11). Sum of RGB (Red+Green+Blue) = 163+0+11=174 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.68% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000B is #5CFFF4. Grayscale: #323232. Windows color (decimal): -6094837 or 721059. OLE color: 721059.
HSL color Cylindrical-coordinate representation of color #A3000B: hue angle of 355.95º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.93 | 0.36 |
| HSL | 355.95º | 1% | 0.32% | - |
| HSV(B) | 355.95º | 1% | 0.64% | - |
| XYZ | 15.16 | 7.81 | 1.02 | - |
| YUV | 49.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 11 | 0 | 1 | 0.93 | 0.36 | 355.95 | 1 | 0.32 |
| Hex | A3 | 0 | B | 0 | 64 | 5D | 24 | 164 | 64 | 20 |
| Octal | 243 | 0 | 13 | 0 | 144 | 135 | 44 | 544 | 144 | 40 |
| Binary | 10100011 | 0 | 1011 | 0 | 1100100 | 1011101 | 100100 | 101100100 | 1100100 | 100000 |
Color Harmonies of #A3000B
Complementary color
Monochromatic Colors of #A3000B
Black with #A3000B
Text Example
Text Example
White with #A3000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3000B; }
p { color: rgb(163,0,11); }
H1.HeaderClassName
{
color: #A3000B;
}
.AnyTagClassName
{
color: #A3000B;
}
</style>
background-color css
<style>
a { background-color: #A3000B; }
a { background-color: rgb(163,0,11); }
div.DivClassName
{
background-color: #A3000B;
}
.BgClassName
{
background-color: #A3000B;
}
</style>
border-color css
<style>
span { border-color: #A3000B; }
span { border-color: rgb(163,0,11); }
td.TdClassName
{
border-color: #A3000B;
}
.TagClassName
{
border-color: #A3000B;
}
</style>