Shades of Sangria #A3030D
Tints of Sangria #A3030D
RGB
CMYK
RGB Variations
Color information
#A3030D (or 0xA3030D) is known color: Sangria. HEX triplet: A3, 03 and 0D. RGB value is (163,3,13). Sum of RGB (Red+Green+Blue) = 163+3+13=179 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.06% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 163 - color contains mainly: red. Hex color #A3030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3030D is #5CFCF2. Grayscale: #343434. Windows color (decimal): -6094067 or 852899. OLE color: 852899.
HSL color Cylindrical-coordinate representation of color #A3030D: hue angle of 356.25º 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 #A3030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.36 |
| HSL | 356.25º | 0.96% | 0.33% | - |
| HSV(B) | 356.25º | 0.98% | 0.64% | - |
| XYZ | 15.21 | 7.88 | 1.1 | - |
| YUV | 51.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 13 | 0 | 0.98 | 0.92 | 0.36 | 356.25 | 0.96 | 0.33 |
| Hex | A3 | 3 | D | 0 | 62 | 5C | 24 | 164 | 60 | 21 |
| Octal | 243 | 3 | 15 | 0 | 142 | 134 | 44 | 544 | 140 | 41 |
| Binary | 10100011 | 11 | 1101 | 0 | 1100010 | 1011100 | 100100 | 101100100 | 1100000 | 100001 |
Color Harmonies of #A3030D
Complementary color
Monochromatic Colors of #A3030D
Black with #A3030D
Text Example
Text Example
White with #A3030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3030D; }
p { color: rgb(163,3,13); }
H1.HeaderClassName
{
color: #A3030D;
}
.AnyTagClassName
{
color: #A3030D;
}
</style>
background-color css
<style>
a { background-color: #A3030D; }
a { background-color: rgb(163,3,13); }
div.DivClassName
{
background-color: #A3030D;
}
.BgClassName
{
background-color: #A3030D;
}
</style>
border-color css
<style>
span { border-color: #A3030D; }
span { border-color: rgb(163,3,13); }
td.TdClassName
{
border-color: #A3030D;
}
.TagClassName
{
border-color: #A3030D;
}
</style>