Shades of Sangria #A30F10
Tints of Sangria #A30F10
RGB
CMYK
RGB Variations
Color information
#A30F10 (or 0xA30F10) is known color: Sangria. HEX triplet: A3, 0F and 10. RGB value is (163,15,16). Sum of RGB (Red+Green+Blue) = 163+15+16=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F10 is #5CF0EF. Grayscale: #3B3B3B. Windows color (decimal): -6090992 or 1052579. OLE color: 1052579.
HSL color Cylindrical-coordinate representation of color #A30F10: hue angle of 359.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 16 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.36 |
| HSL | 359.59º | 0.83% | 0.35% | - |
| HSV(B) | 359.59º | 0.91% | 0.64% | - |
| XYZ | 15.37 | 8.17 | 1.26 | - |
| YUV | 59.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 16 | 0 | 0.91 | 0.90 | 0.36 | 359.59 | 0.83 | 0.35 |
| Hex | A3 | F | 10 | 0 | 5B | 5A | 24 | 168 | 53 | 23 |
| Octal | 243 | 17 | 20 | 0 | 133 | 132 | 44 | 550 | 123 | 43 |
| Binary | 10100011 | 1111 | 10000 | 0 | 1011011 | 1011010 | 100100 | 101101000 | 1010011 | 100011 |
Color Harmonies of #A30F10
Complementary color
Monochromatic Colors of #A30F10
Black with #A30F10
Text Example
Text Example
White with #A30F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F10; }
p { color: rgb(163,15,16); }
H1.HeaderClassName
{
color: #A30F10;
}
.AnyTagClassName
{
color: #A30F10;
}
</style>
background-color css
<style>
a { background-color: #A30F10; }
a { background-color: rgb(163,15,16); }
div.DivClassName
{
background-color: #A30F10;
}
.BgClassName
{
background-color: #A30F10;
}
</style>
border-color css
<style>
span { border-color: #A30F10; }
span { border-color: rgb(163,15,16); }
td.TdClassName
{
border-color: #A30F10;
}
.TagClassName
{
border-color: #A30F10;
}
</style>