Shades of Sangria #A30108
Tints of Sangria #A30108
RGB
CMYK
RGB Variations
Color information
#A30108 (or 0xA30108) is known color: Sangria. HEX triplet: A3, 01 and 08. RGB value is (163,1,8). Sum of RGB (Red+Green+Blue) = 163+1+8=172 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.77% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 163 - color contains mainly: red. Hex color #A30108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30108 is #5CFEF7. Grayscale: #323232. Windows color (decimal): -6094584 or 524707. OLE color: 524707.
HSL color Cylindrical-coordinate representation of color #A30108: hue angle of 357.41º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.36 |
| HSL | 357.41º | 0.99% | 0.32% | - |
| HSV(B) | 357.41º | 0.99% | 0.64% | - |
| XYZ | 15.16 | 7.83 | 0.94 | - |
| YUV | 50.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 8 | 0 | 0.99 | 0.95 | 0.36 | 357.41 | 0.99 | 0.32 |
| Hex | A3 | 1 | 8 | 0 | 63 | 5F | 24 | 165 | 63 | 20 |
| Octal | 243 | 1 | 10 | 0 | 143 | 137 | 44 | 545 | 143 | 40 |
| Binary | 10100011 | 1 | 1000 | 0 | 1100011 | 1011111 | 100100 | 101100101 | 1100011 | 100000 |
Color Harmonies of #A30108
Complementary color
Monochromatic Colors of #A30108
Black with #A30108
Text Example
Text Example
White with #A30108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30108; }
p { color: rgb(163,1,8); }
H1.HeaderClassName
{
color: #A30108;
}
.AnyTagClassName
{
color: #A30108;
}
</style>
background-color css
<style>
a { background-color: #A30108; }
a { background-color: rgb(163,1,8); }
div.DivClassName
{
background-color: #A30108;
}
.BgClassName
{
background-color: #A30108;
}
</style>
border-color css
<style>
span { border-color: #A30108; }
span { border-color: rgb(163,1,8); }
td.TdClassName
{
border-color: #A30108;
}
.TagClassName
{
border-color: #A30108;
}
</style>