Shades of Sangria #AD070C
Tints of Sangria #AD070C
RGB
CMYK
RGB Variations
Color information
#AD070C (or 0xAD070C) is known color: Sangria. HEX triplet: AD, 07 and 0C. RGB value is (173,7,12). Sum of RGB (Red+Green+Blue) = 173+7+12=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD070C is #52F8F3. Grayscale: #393939. Windows color (decimal): -5437684 or 788397. OLE color: 788397.
HSL color Cylindrical-coordinate representation of color #AD070C: hue angle of 358.19º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.32 |
| HSL | 358.19º | 0.92% | 0.35% | - |
| HSV(B) | 358.19º | 0.96% | 0.68% | - |
| XYZ | 17.38 | 9.06 | 1.18 | - |
| YUV | 57.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 12 | 0 | 0.96 | 0.93 | 0.32 | 358.19 | 0.92 | 0.35 |
| Hex | AD | 7 | C | 0 | 60 | 5D | 20 | 166 | 5C | 23 |
| Octal | 255 | 7 | 14 | 0 | 140 | 135 | 40 | 546 | 134 | 43 |
| Binary | 10101101 | 111 | 1100 | 0 | 1100000 | 1011101 | 100000 | 101100110 | 1011100 | 100011 |
Color Harmonies of #AD070C
Complementary color
Monochromatic Colors of #AD070C
Black with #AD070C
Text Example
Text Example
White with #AD070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD070C; }
p { color: rgb(173,7,12); }
H1.HeaderClassName
{
color: #AD070C;
}
.AnyTagClassName
{
color: #AD070C;
}
</style>
background-color css
<style>
a { background-color: #AD070C; }
a { background-color: rgb(173,7,12); }
div.DivClassName
{
background-color: #AD070C;
}
.BgClassName
{
background-color: #AD070C;
}
</style>
border-color css
<style>
span { border-color: #AD070C; }
span { border-color: rgb(173,7,12); }
td.TdClassName
{
border-color: #AD070C;
}
.TagClassName
{
border-color: #AD070C;
}
</style>