Shades of Sangria #AF0204
Tints of Sangria #AF0204
RGB
CMYK
RGB Variations
Color information
#AF0204 (or 0xAF0204) is known color: Sangria. HEX triplet: AF, 02 and 04. RGB value is (175,2,4). Sum of RGB (Red+Green+Blue) = 175+2+4=181 (23% of max value = 765). Red value is 175 (68.75% from 255 or 96.69% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0204 is #50FDFB. Grayscale: #363636. Windows color (decimal): -5307900 or 262831. OLE color: 262831.
HSL color Cylindrical-coordinate representation of color #AF0204: hue angle of 359.31º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.31 |
| HSL | 359.31º | 0.98% | 0.35% | - |
| HSV(B) | 359.31º | 0.99% | 0.69% | - |
| XYZ | 17.72 | 9.17 | 0.95 | - |
| YUV | 53.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 4 | 0 | 0.99 | 0.98 | 0.31 | 359.31 | 0.98 | 0.35 |
| Hex | AF | 2 | 4 | 0 | 63 | 62 | 1F | 167 | 62 | 23 |
| Octal | 257 | 2 | 4 | 0 | 143 | 142 | 37 | 547 | 142 | 43 |
| Binary | 10101111 | 10 | 100 | 0 | 1100011 | 1100010 | 11111 | 101100111 | 1100010 | 100011 |
Color Harmonies of #AF0204
Complementary color
Monochromatic Colors of #AF0204
Black with #AF0204
Text Example
Text Example
White with #AF0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0204; }
p { color: rgb(175,2,4); }
H1.HeaderClassName
{
color: #AF0204;
}
.AnyTagClassName
{
color: #AF0204;
}
</style>
background-color css
<style>
a { background-color: #AF0204; }
a { background-color: rgb(175,2,4); }
div.DivClassName
{
background-color: #AF0204;
}
.BgClassName
{
background-color: #AF0204;
}
</style>
border-color css
<style>
span { border-color: #AF0204; }
span { border-color: rgb(175,2,4); }
td.TdClassName
{
border-color: #AF0204;
}
.TagClassName
{
border-color: #AF0204;
}
</style>