Shades of Sangria #AE0105
Tints of Sangria #AE0105
RGB
CMYK
RGB Variations
Color information
#AE0105 (or 0xAE0105) is known color: Sangria. HEX triplet: AE, 01 and 05. RGB value is (174,1,5). Sum of RGB (Red+Green+Blue) = 174+1+5=180 (23% of max value = 765). Red value is 174 (68.36% from 255 or 96.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0105 is #51FEFA. Grayscale: #353535. Windows color (decimal): -5373691 or 328110. OLE color: 328110.
HSL color Cylindrical-coordinate representation of color #AE0105: hue angle of 358.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.32 |
| HSL | 358.61º | 0.99% | 0.34% | - |
| HSV(B) | 358.61º | 0.99% | 0.68% | - |
| XYZ | 17.49 | 9.03 | 0.96 | - |
| YUV | 53.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 5 | 0 | 0.99 | 0.97 | 0.32 | 358.61 | 0.99 | 0.34 |
| Hex | AE | 1 | 5 | 0 | 63 | 61 | 20 | 167 | 63 | 22 |
| Octal | 256 | 1 | 5 | 0 | 143 | 141 | 40 | 547 | 143 | 42 |
| Binary | 10101110 | 1 | 101 | 0 | 1100011 | 1100001 | 100000 | 101100111 | 1100011 | 100010 |
Color Harmonies of #AE0105
Complementary color
Monochromatic Colors of #AE0105
Black with #AE0105
Text Example
Text Example
White with #AE0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0105; }
p { color: rgb(174,1,5); }
H1.HeaderClassName
{
color: #AE0105;
}
.AnyTagClassName
{
color: #AE0105;
}
</style>
background-color css
<style>
a { background-color: #AE0105; }
a { background-color: rgb(174,1,5); }
div.DivClassName
{
background-color: #AE0105;
}
.BgClassName
{
background-color: #AE0105;
}
</style>
border-color css
<style>
span { border-color: #AE0105; }
span { border-color: rgb(174,1,5); }
td.TdClassName
{
border-color: #AE0105;
}
.TagClassName
{
border-color: #AE0105;
}
</style>