Shades of Sangria #A3080F
Tints of Sangria #A3080F
RGB
CMYK
RGB Variations
Color information
#A3080F (or 0xA3080F) is known color: Sangria. HEX triplet: A3, 08 and 0F. RGB value is (163,8,15). Sum of RGB (Red+Green+Blue) = 163+8+15=186 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.63% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080F is #5CF7F0. Grayscale: #373737. Windows color (decimal): -6092785 or 985251. OLE color: 985251.
HSL color Cylindrical-coordinate representation of color #A3080F: hue angle of 357.29º 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 #A3080F is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 15 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.36 |
| HSL | 357.29º | 0.91% | 0.34% | - |
| HSV(B) | 357.29º | 0.95% | 0.64% | - |
| XYZ | 15.28 | 7.99 | 1.19 | - |
| YUV | 55.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 15 | 0 | 0.95 | 0.91 | 0.36 | 357.29 | 0.91 | 0.34 |
| Hex | A3 | 8 | F | 0 | 5F | 5B | 24 | 165 | 5B | 22 |
| Octal | 243 | 10 | 17 | 0 | 137 | 133 | 44 | 545 | 133 | 42 |
| Binary | 10100011 | 1000 | 1111 | 0 | 1011111 | 1011011 | 100100 | 101100101 | 1011011 | 100010 |
Color Harmonies of #A3080F
Complementary color
Monochromatic Colors of #A3080F
Black with #A3080F
Text Example
Text Example
White with #A3080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3080F; }
p { color: rgb(163,8,15); }
H1.HeaderClassName
{
color: #A3080F;
}
.AnyTagClassName
{
color: #A3080F;
}
</style>
background-color css
<style>
a { background-color: #A3080F; }
a { background-color: rgb(163,8,15); }
div.DivClassName
{
background-color: #A3080F;
}
.BgClassName
{
background-color: #A3080F;
}
</style>
border-color css
<style>
span { border-color: #A3080F; }
span { border-color: rgb(163,8,15); }
td.TdClassName
{
border-color: #A3080F;
}
.TagClassName
{
border-color: #A3080F;
}
</style>