Shades of Sangria #A30304
Tints of Sangria #A30304
RGB
CMYK
RGB Variations
Color information
#A30304 (or 0xA30304) is known color: Sangria. HEX triplet: A3, 03 and 04. RGB value is (163,3,4). Sum of RGB (Red+Green+Blue) = 163+3+4=170 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.88% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 163 - color contains mainly: red. Hex color #A30304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30304 is #5CFCFB. Grayscale: #333333. Windows color (decimal): -6094076 or 263075. OLE color: 263075.
HSL color Cylindrical-coordinate representation of color #A30304: hue angle of 359.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.36 |
| HSL | 359.63º | 0.96% | 0.33% | - |
| HSV(B) | 359.63º | 0.98% | 0.64% | - |
| XYZ | 15.16 | 7.86 | 0.83 | - |
| YUV | 50.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 4 | 0 | 0.98 | 0.98 | 0.36 | 359.63 | 0.96 | 0.33 |
| Hex | A3 | 3 | 4 | 0 | 62 | 62 | 24 | 168 | 60 | 21 |
| Octal | 243 | 3 | 4 | 0 | 142 | 142 | 44 | 550 | 140 | 41 |
| Binary | 10100011 | 11 | 100 | 0 | 1100010 | 1100010 | 100100 | 101101000 | 1100000 | 100001 |
Color Harmonies of #A30304
Complementary color
Monochromatic Colors of #A30304
Black with #A30304
Text Example
Text Example
White with #A30304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30304; }
p { color: rgb(163,3,4); }
H1.HeaderClassName
{
color: #A30304;
}
.AnyTagClassName
{
color: #A30304;
}
</style>
background-color css
<style>
a { background-color: #A30304; }
a { background-color: rgb(163,3,4); }
div.DivClassName
{
background-color: #A30304;
}
.BgClassName
{
background-color: #A30304;
}
</style>
border-color css
<style>
span { border-color: #A30304; }
span { border-color: rgb(163,3,4); }
td.TdClassName
{
border-color: #A30304;
}
.TagClassName
{
border-color: #A30304;
}
</style>