Shades of Sangria #A8030C
Tints of Sangria #A8030C
RGB
CMYK
RGB Variations
Color information
#A8030C (or 0xA8030C) is known color: Sangria. HEX triplet: A8, 03 and 0C. RGB value is (168,3,12). Sum of RGB (Red+Green+Blue) = 168+3+12=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A8030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8030C is #57FCF3. Grayscale: #353535. Windows color (decimal): -5766388 or 787368. OLE color: 787368.
HSL color Cylindrical-coordinate representation of color #A8030C: hue angle of 356.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8030C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.34 |
| HSL | 356.73º | 0.96% | 0.34% | - |
| HSV(B) | 356.73º | 0.98% | 0.66% | - |
| XYZ | 16.25 | 8.42 | 1.12 | - |
| YUV | 53.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 12 | 0 | 0.98 | 0.93 | 0.34 | 356.73 | 0.96 | 0.34 |
| Hex | A8 | 3 | C | 0 | 62 | 5D | 22 | 165 | 60 | 22 |
| Octal | 250 | 3 | 14 | 0 | 142 | 135 | 42 | 545 | 140 | 42 |
| Binary | 10101000 | 11 | 1100 | 0 | 1100010 | 1011101 | 100010 | 101100101 | 1100000 | 100010 |
Color Harmonies of #A8030C
Complementary color
Monochromatic Colors of #A8030C
Black with #A8030C
Text Example
Text Example
White with #A8030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8030C; }
p { color: rgb(168,3,12); }
H1.HeaderClassName
{
color: #A8030C;
}
.AnyTagClassName
{
color: #A8030C;
}
</style>
background-color css
<style>
a { background-color: #A8030C; }
a { background-color: rgb(168,3,12); }
div.DivClassName
{
background-color: #A8030C;
}
.BgClassName
{
background-color: #A8030C;
}
</style>
border-color css
<style>
span { border-color: #A8030C; }
span { border-color: rgb(168,3,12); }
td.TdClassName
{
border-color: #A8030C;
}
.TagClassName
{
border-color: #A8030C;
}
</style>