Shades of Sangria #A3030B
Tints of Sangria #A3030B
RGB
CMYK
RGB Variations
Color information
#A3030B (or 0xA3030B) is known color: Sangria. HEX triplet: A3, 03 and 0B. RGB value is (163,3,11). Sum of RGB (Red+Green+Blue) = 163+3+11=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A3030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3030B is #5CFCF4. Grayscale: #333333. Windows color (decimal): -6094069 or 721827. OLE color: 721827.
HSL color Cylindrical-coordinate representation of color #A3030B: hue angle of 357º 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 #A3030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.36 |
| HSL | 357º | 0.96% | 0.33% | - |
| HSV(B) | 357º | 0.98% | 0.64% | - |
| XYZ | 15.2 | 7.88 | 1.04 | - |
| YUV | 51.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 11 | 0 | 0.98 | 0.93 | 0.36 | 357 | 0.96 | 0.33 |
| Hex | A3 | 3 | B | 0 | 62 | 5D | 24 | 165 | 60 | 21 |
| Octal | 243 | 3 | 13 | 0 | 142 | 135 | 44 | 545 | 140 | 41 |
| Binary | 10100011 | 11 | 1011 | 0 | 1100010 | 1011101 | 100100 | 101100101 | 1100000 | 100001 |
Color Harmonies of #A3030B
Complementary color
Monochromatic Colors of #A3030B
Black with #A3030B
Text Example
Text Example
White with #A3030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3030B; }
p { color: rgb(163,3,11); }
H1.HeaderClassName
{
color: #A3030B;
}
.AnyTagClassName
{
color: #A3030B;
}
</style>
background-color css
<style>
a { background-color: #A3030B; }
a { background-color: rgb(163,3,11); }
div.DivClassName
{
background-color: #A3030B;
}
.BgClassName
{
background-color: #A3030B;
}
</style>
border-color css
<style>
span { border-color: #A3030B; }
span { border-color: rgb(163,3,11); }
td.TdClassName
{
border-color: #A3030B;
}
.TagClassName
{
border-color: #A3030B;
}
</style>