Shades of Sangria #A3000C
Tints of Sangria #A3000C
RGB
CMYK
RGB Variations
Color information
#A3000C (or 0xA3000C) is known color: Sangria. HEX triplet: A3, 00 and 0C. RGB value is (163,0,12). Sum of RGB (Red+Green+Blue) = 163+0+12=175 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000C is #5CFFF3. Grayscale: #323232. Windows color (decimal): -6094836 or 786595. OLE color: 786595.
HSL color Cylindrical-coordinate representation of color #A3000C: hue angle of 355.58º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.36 |
| HSL | 355.58º | 1% | 0.32% | - |
| HSV(B) | 355.58º | 1% | 0.64% | - |
| XYZ | 15.17 | 7.81 | 1.06 | - |
| YUV | 50.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 12 | 0 | 1 | 0.93 | 0.36 | 355.58 | 1 | 0.32 |
| Hex | A3 | 0 | C | 0 | 64 | 5D | 24 | 164 | 64 | 20 |
| Octal | 243 | 0 | 14 | 0 | 144 | 135 | 44 | 544 | 144 | 40 |
| Binary | 10100011 | 0 | 1100 | 0 | 1100100 | 1011101 | 100100 | 101100100 | 1100100 | 100000 |
Color Harmonies of #A3000C
Complementary color
Monochromatic Colors of #A3000C
Black with #A3000C
Text Example
Text Example
White with #A3000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3000C; }
p { color: rgb(163,0,12); }
H1.HeaderClassName
{
color: #A3000C;
}
.AnyTagClassName
{
color: #A3000C;
}
</style>
background-color css
<style>
a { background-color: #A3000C; }
a { background-color: rgb(163,0,12); }
div.DivClassName
{
background-color: #A3000C;
}
.BgClassName
{
background-color: #A3000C;
}
</style>
border-color css
<style>
span { border-color: #A3000C; }
span { border-color: rgb(163,0,12); }
td.TdClassName
{
border-color: #A3000C;
}
.TagClassName
{
border-color: #A3000C;
}
</style>