Shades of Sangria #A3050C
Tints of Sangria #A3050C
RGB
CMYK
RGB Variations
Color information
#A3050C (or 0xA3050C) is known color: Sangria. HEX triplet: A3, 05 and 0C. RGB value is (163,5,12). Sum of RGB (Red+Green+Blue) = 163+5+12=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A3050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3050C is #5CFAF3. Grayscale: #353535. Windows color (decimal): -6093556 or 787875. OLE color: 787875.
HSL color Cylindrical-coordinate representation of color #A3050C: hue angle of 357.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3050C is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.36 |
| HSL | 357.34º | 0.94% | 0.33% | - |
| HSV(B) | 357.34º | 0.97% | 0.64% | - |
| XYZ | 15.22 | 7.92 | 1.07 | - |
| YUV | 53.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 12 | 0 | 0.97 | 0.93 | 0.36 | 357.34 | 0.94 | 0.33 |
| Hex | A3 | 5 | C | 0 | 61 | 5D | 24 | 165 | 5E | 21 |
| Octal | 243 | 5 | 14 | 0 | 141 | 135 | 44 | 545 | 136 | 41 |
| Binary | 10100011 | 101 | 1100 | 0 | 1100001 | 1011101 | 100100 | 101100101 | 1011110 | 100001 |
Color Harmonies of #A3050C
Complementary color
Monochromatic Colors of #A3050C
Black with #A3050C
Text Example
Text Example
White with #A3050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3050C; }
p { color: rgb(163,5,12); }
H1.HeaderClassName
{
color: #A3050C;
}
.AnyTagClassName
{
color: #A3050C;
}
</style>
background-color css
<style>
a { background-color: #A3050C; }
a { background-color: rgb(163,5,12); }
div.DivClassName
{
background-color: #A3050C;
}
.BgClassName
{
background-color: #A3050C;
}
</style>
border-color css
<style>
span { border-color: #A3050C; }
span { border-color: rgb(163,5,12); }
td.TdClassName
{
border-color: #A3050C;
}
.TagClassName
{
border-color: #A3050C;
}
</style>