Shades of Sangria #A3070B
Tints of Sangria #A3070B
RGB
CMYK
RGB Variations
Color information
#A3070B (or 0xA3070B) is known color: Sangria. HEX triplet: A3, 07 and 0B. RGB value is (163,7,11). Sum of RGB (Red+Green+Blue) = 163+7+11=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A3070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3070B is #5CF8F4. Grayscale: #363636. Windows color (decimal): -6093045 or 722851. OLE color: 722851.
HSL color Cylindrical-coordinate representation of color #A3070B: hue angle of 358.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3070B is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.36 |
| HSL | 358.46º | 0.92% | 0.33% | - |
| HSV(B) | 358.46º | 0.96% | 0.64% | - |
| XYZ | 15.24 | 7.96 | 1.05 | - |
| YUV | 54.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 11 | 0 | 0.96 | 0.93 | 0.36 | 358.46 | 0.92 | 0.33 |
| Hex | A3 | 7 | B | 0 | 60 | 5D | 24 | 166 | 5C | 21 |
| Octal | 243 | 7 | 13 | 0 | 140 | 135 | 44 | 546 | 134 | 41 |
| Binary | 10100011 | 111 | 1011 | 0 | 1100000 | 1011101 | 100100 | 101100110 | 1011100 | 100001 |
Color Harmonies of #A3070B
Complementary color
Monochromatic Colors of #A3070B
Black with #A3070B
Text Example
Text Example
White with #A3070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3070B; }
p { color: rgb(163,7,11); }
H1.HeaderClassName
{
color: #A3070B;
}
.AnyTagClassName
{
color: #A3070B;
}
</style>
background-color css
<style>
a { background-color: #A3070B; }
a { background-color: rgb(163,7,11); }
div.DivClassName
{
background-color: #A3070B;
}
.BgClassName
{
background-color: #A3070B;
}
</style>
border-color css
<style>
span { border-color: #A3070B; }
span { border-color: rgb(163,7,11); }
td.TdClassName
{
border-color: #A3070B;
}
.TagClassName
{
border-color: #A3070B;
}
</style>