Shades of Sangria #AE0003
Tints of Sangria #AE0003
RGB
CMYK
RGB Variations
Color information
#AE0003 (or 0xAE0003) is known color: Sangria. HEX triplet: AE, 00 and 03. RGB value is (174,0,3). Sum of RGB (Red+Green+Blue) = 174+0+3=177 (23% of max value = 765). Red value is 174 (68.36% from 255 or 98.31% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0003 is #51FFFC. Grayscale: #343434. Windows color (decimal): -5373949 or 196782. OLE color: 196782.
HSL color Cylindrical-coordinate representation of color #AE0003: hue angle of 358.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.32 |
| HSL | 358.97º | 1% | 0.34% | - |
| HSV(B) | 358.97º | 1% | 0.68% | - |
| XYZ | 17.47 | 9.01 | 0.9 | - |
| YUV | 52.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 3 | 0 | 1 | 0.98 | 0.32 | 358.97 | 1 | 0.34 |
| Hex | AE | 0 | 3 | 0 | 64 | 62 | 20 | 167 | 64 | 22 |
| Octal | 256 | 0 | 3 | 0 | 144 | 142 | 40 | 547 | 144 | 42 |
| Binary | 10101110 | 0 | 11 | 0 | 1100100 | 1100010 | 100000 | 101100111 | 1100100 | 100010 |
Color Harmonies of #AE0003
Complementary color
Monochromatic Colors of #AE0003
Black with #AE0003
Text Example
Text Example
White with #AE0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0003; }
p { color: rgb(174,0,3); }
H1.HeaderClassName
{
color: #AE0003;
}
.AnyTagClassName
{
color: #AE0003;
}
</style>
background-color css
<style>
a { background-color: #AE0003; }
a { background-color: rgb(174,0,3); }
div.DivClassName
{
background-color: #AE0003;
}
.BgClassName
{
background-color: #AE0003;
}
</style>
border-color css
<style>
span { border-color: #AE0003; }
span { border-color: rgb(174,0,3); }
td.TdClassName
{
border-color: #AE0003;
}
.TagClassName
{
border-color: #AE0003;
}
</style>