Shades of Sangria #AF0305
Tints of Sangria #AF0305
RGB
CMYK
RGB Variations
Color information
#AF0305 (or 0xAF0305) is known color: Sangria. HEX triplet: AF, 03 and 05. RGB value is (175,3,5). Sum of RGB (Red+Green+Blue) = 175+3+5=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0305 is #50FCFA. Grayscale: #363636. Windows color (decimal): -5307643 or 328623. OLE color: 328623.
HSL color Cylindrical-coordinate representation of color #AF0305: hue angle of 359.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.31 |
| HSL | 359.3º | 0.97% | 0.35% | - |
| HSV(B) | 359.3º | 0.98% | 0.69% | - |
| XYZ | 17.74 | 9.19 | 0.98 | - |
| YUV | 54.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 5 | 0 | 0.98 | 0.97 | 0.31 | 359.3 | 0.97 | 0.35 |
| Hex | AF | 3 | 5 | 0 | 62 | 61 | 1F | 167 | 61 | 23 |
| Octal | 257 | 3 | 5 | 0 | 142 | 141 | 37 | 547 | 141 | 43 |
| Binary | 10101111 | 11 | 101 | 0 | 1100010 | 1100001 | 11111 | 101100111 | 1100001 | 100011 |
Color Harmonies of #AF0305
Complementary color
Monochromatic Colors of #AF0305
Black with #AF0305
Text Example
Text Example
White with #AF0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0305; }
p { color: rgb(175,3,5); }
H1.HeaderClassName
{
color: #AF0305;
}
.AnyTagClassName
{
color: #AF0305;
}
</style>
background-color css
<style>
a { background-color: #AF0305; }
a { background-color: rgb(175,3,5); }
div.DivClassName
{
background-color: #AF0305;
}
.BgClassName
{
background-color: #AF0305;
}
</style>
border-color css
<style>
span { border-color: #AF0305; }
span { border-color: rgb(175,3,5); }
td.TdClassName
{
border-color: #AF0305;
}
.TagClassName
{
border-color: #AF0305;
}
</style>