Shades of Sangria #A3080A
Tints of Sangria #A3080A
RGB
CMYK
RGB Variations
Color information
#A3080A (or 0xA3080A) is known color: Sangria. HEX triplet: A3, 08 and 0A. RGB value is (163,8,10). Sum of RGB (Red+Green+Blue) = 163+8+10=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080A is #5CF7F5. Grayscale: #363636. Windows color (decimal): -6092790 or 657571. OLE color: 657571.
HSL color Cylindrical-coordinate representation of color #A3080A: hue angle of 359.23º degrees, saturation: 0.91, 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 #A3080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 10 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.36 |
| HSL | 359.23º | 0.91% | 0.34% | - |
| HSV(B) | 359.23º | 0.95% | 0.64% | - |
| XYZ | 15.25 | 7.98 | 1.02 | - |
| YUV | 54.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 10 | 0 | 0.95 | 0.94 | 0.36 | 359.23 | 0.91 | 0.34 |
| Hex | A3 | 8 | A | 0 | 5F | 5E | 24 | 167 | 5B | 22 |
| Octal | 243 | 10 | 12 | 0 | 137 | 136 | 44 | 547 | 133 | 42 |
| Binary | 10100011 | 1000 | 1010 | 0 | 1011111 | 1011110 | 100100 | 101100111 | 1011011 | 100010 |
Color Harmonies of #A3080A
Complementary color
Monochromatic Colors of #A3080A
Black with #A3080A
Text Example
Text Example
White with #A3080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3080A; }
p { color: rgb(163,8,10); }
H1.HeaderClassName
{
color: #A3080A;
}
.AnyTagClassName
{
color: #A3080A;
}
</style>
background-color css
<style>
a { background-color: #A3080A; }
a { background-color: rgb(163,8,10); }
div.DivClassName
{
background-color: #A3080A;
}
.BgClassName
{
background-color: #A3080A;
}
</style>
border-color css
<style>
span { border-color: #A3080A; }
span { border-color: rgb(163,8,10); }
td.TdClassName
{
border-color: #A3080A;
}
.TagClassName
{
border-color: #A3080A;
}
</style>