Shades of Sangria #A3040D
Tints of Sangria #A3040D
RGB
CMYK
RGB Variations
Color information
#A3040D (or 0xA3040D) is known color: Sangria. HEX triplet: A3, 04 and 0D. RGB value is (163,4,13). Sum of RGB (Red+Green+Blue) = 163+4+13=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A3040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3040D is #5CFBF2. Grayscale: #343434. Windows color (decimal): -6093811 or 853155. OLE color: 853155.
HSL color Cylindrical-coordinate representation of color #A3040D: hue angle of 356.6º degrees, saturation: 0.95, 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 #A3040D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.36 |
| HSL | 356.6º | 0.95% | 0.33% | - |
| HSV(B) | 356.6º | 0.98% | 0.64% | - |
| XYZ | 15.22 | 7.9 | 1.1 | - |
| YUV | 52.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 13 | 0 | 0.98 | 0.92 | 0.36 | 356.6 | 0.95 | 0.33 |
| Hex | A3 | 4 | D | 0 | 62 | 5C | 24 | 165 | 5F | 21 |
| Octal | 243 | 4 | 15 | 0 | 142 | 134 | 44 | 545 | 137 | 41 |
| Binary | 10100011 | 100 | 1101 | 0 | 1100010 | 1011100 | 100100 | 101100101 | 1011111 | 100001 |
Color Harmonies of #A3040D
Complementary color
Monochromatic Colors of #A3040D
Black with #A3040D
Text Example
Text Example
White with #A3040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3040D; }
p { color: rgb(163,4,13); }
H1.HeaderClassName
{
color: #A3040D;
}
.AnyTagClassName
{
color: #A3040D;
}
</style>
background-color css
<style>
a { background-color: #A3040D; }
a { background-color: rgb(163,4,13); }
div.DivClassName
{
background-color: #A3040D;
}
.BgClassName
{
background-color: #A3040D;
}
</style>
border-color css
<style>
span { border-color: #A3040D; }
span { border-color: rgb(163,4,13); }
td.TdClassName
{
border-color: #A3040D;
}
.TagClassName
{
border-color: #A3040D;
}
</style>