Shades of Sangria #A3000D
Tints of Sangria #A3000D
RGB
CMYK
RGB Variations
Color information
#A3000D (or 0xA3000D) is known color: Sangria. HEX triplet: A3, 00 and 0D. RGB value is (163,0,13). Sum of RGB (Red+Green+Blue) = 163+0+13=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000D is #5CFFF2. Grayscale: #323232. Windows color (decimal): -6094835 or 852131. OLE color: 852131.
HSL color Cylindrical-coordinate representation of color #A3000D: hue angle of 355.21º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.36 |
| HSL | 355.21º | 1% | 0.32% | - |
| HSV(B) | 355.21º | 1% | 0.64% | - |
| XYZ | 15.18 | 7.82 | 1.09 | - |
| YUV | 50.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 13 | 0 | 1 | 0.92 | 0.36 | 355.21 | 1 | 0.32 |
| Hex | A3 | 0 | D | 0 | 64 | 5C | 24 | 163 | 64 | 20 |
| Octal | 243 | 0 | 15 | 0 | 144 | 134 | 44 | 543 | 144 | 40 |
| Binary | 10100011 | 0 | 1101 | 0 | 1100100 | 1011100 | 100100 | 101100011 | 1100100 | 100000 |
Color Harmonies of #A3000D
Complementary color
Monochromatic Colors of #A3000D
Black with #A3000D
Text Example
Text Example
White with #A3000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3000D; }
p { color: rgb(163,0,13); }
H1.HeaderClassName
{
color: #A3000D;
}
.AnyTagClassName
{
color: #A3000D;
}
</style>
background-color css
<style>
a { background-color: #A3000D; }
a { background-color: rgb(163,0,13); }
div.DivClassName
{
background-color: #A3000D;
}
.BgClassName
{
background-color: #A3000D;
}
</style>
border-color css
<style>
span { border-color: #A3000D; }
span { border-color: rgb(163,0,13); }
td.TdClassName
{
border-color: #A3000D;
}
.TagClassName
{
border-color: #A3000D;
}
</style>