Shades of Sangria #A4030A
Tints of Sangria #A4030A
RGB
CMYK
RGB Variations
Color information
#A4030A (or 0xA4030A) is known color: Sangria. HEX triplet: A4, 03 and 0A. RGB value is (164,3,10). Sum of RGB (Red+Green+Blue) = 164+3+10=177 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.66% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030A is #5BFCF5. Grayscale: #343434. Windows color (decimal): -6028534 or 656292. OLE color: 656292.
HSL color Cylindrical-coordinate representation of color #A4030A: hue angle of 357.39º 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 #A4030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.36 |
| HSL | 357.39º | 0.96% | 0.33% | - |
| HSV(B) | 357.39º | 0.98% | 0.64% | - |
| XYZ | 15.4 | 7.98 | 1.02 | - |
| YUV | 51.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 10 | 0 | 0.98 | 0.94 | 0.36 | 357.39 | 0.96 | 0.33 |
| Hex | A4 | 3 | A | 0 | 62 | 5E | 24 | 165 | 60 | 21 |
| Octal | 244 | 3 | 12 | 0 | 142 | 136 | 44 | 545 | 140 | 41 |
| Binary | 10100100 | 11 | 1010 | 0 | 1100010 | 1011110 | 100100 | 101100101 | 1100000 | 100001 |
Color Harmonies of #A4030A
Complementary color
Monochromatic Colors of #A4030A
Black with #A4030A
Text Example
Text Example
White with #A4030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4030A; }
p { color: rgb(164,3,10); }
H1.HeaderClassName
{
color: #A4030A;
}
.AnyTagClassName
{
color: #A4030A;
}
</style>
background-color css
<style>
a { background-color: #A4030A; }
a { background-color: rgb(164,3,10); }
div.DivClassName
{
background-color: #A4030A;
}
.BgClassName
{
background-color: #A4030A;
}
</style>
border-color css
<style>
span { border-color: #A4030A; }
span { border-color: rgb(164,3,10); }
td.TdClassName
{
border-color: #A4030A;
}
.TagClassName
{
border-color: #A4030A;
}
</style>