Shades of Sangria #AF0203
Tints of Sangria #AF0203
RGB
CMYK
RGB Variations
Color information
#AF0203 (or 0xAF0203) is known color: Sangria. HEX triplet: AF, 02 and 03. RGB value is (175,2,3). Sum of RGB (Red+Green+Blue) = 175+2+3=180 (23% of max value = 765). Red value is 175 (68.75% from 255 or 97.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0203 is #50FDFC. Grayscale: #363636. Windows color (decimal): -5307901 or 197295. OLE color: 197295.
HSL color Cylindrical-coordinate representation of color #AF0203: hue angle of 359.65º 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 #AF0203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.31 |
| HSL | 359.65º | 0.98% | 0.35% | - |
| HSV(B) | 359.65º | 0.99% | 0.69% | - |
| XYZ | 17.72 | 9.16 | 0.92 | - |
| YUV | 53.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 3 | 0 | 0.99 | 0.98 | 0.31 | 359.65 | 0.98 | 0.35 |
| Hex | AF | 2 | 3 | 0 | 63 | 62 | 1F | 168 | 62 | 23 |
| Octal | 257 | 2 | 3 | 0 | 143 | 142 | 37 | 550 | 142 | 43 |
| Binary | 10101111 | 10 | 11 | 0 | 1100011 | 1100010 | 11111 | 101101000 | 1100010 | 100011 |
Color Harmonies of #AF0203
Complementary color
Monochromatic Colors of #AF0203
Black with #AF0203
Text Example
Text Example
White with #AF0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0203; }
p { color: rgb(175,2,3); }
H1.HeaderClassName
{
color: #AF0203;
}
.AnyTagClassName
{
color: #AF0203;
}
</style>
background-color css
<style>
a { background-color: #AF0203; }
a { background-color: rgb(175,2,3); }
div.DivClassName
{
background-color: #AF0203;
}
.BgClassName
{
background-color: #AF0203;
}
</style>
border-color css
<style>
span { border-color: #AF0203; }
span { border-color: rgb(175,2,3); }
td.TdClassName
{
border-color: #AF0203;
}
.TagClassName
{
border-color: #AF0203;
}
</style>