Shades of Sangria #AF0102
Tints of Sangria #AF0102
RGB
CMYK
RGB Variations
Color information
#AF0102 (or 0xAF0102) is known color: Sangria. HEX triplet: AF, 01 and 02. RGB value is (175,1,2). Sum of RGB (Red+Green+Blue) = 175+1+2=178 (23% of max value = 765). Red value is 175 (68.75% from 255 or 98.31% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0102 is #50FEFD. Grayscale: #353535. Windows color (decimal): -5308158 or 131503. OLE color: 131503.
HSL color Cylindrical-coordinate representation of color #AF0102: hue angle of 359.66º degrees, saturation: 0.99, 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 #AF0102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.31 |
| HSL | 359.66º | 0.99% | 0.35% | - |
| HSV(B) | 359.66º | 0.99% | 0.69% | - |
| XYZ | 17.7 | 9.14 | 0.89 | - |
| YUV | 53.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 2 | 0 | 0.99 | 0.99 | 0.31 | 359.66 | 0.99 | 0.35 |
| Hex | AF | 1 | 2 | 0 | 63 | 63 | 1F | 168 | 63 | 23 |
| Octal | 257 | 1 | 2 | 0 | 143 | 143 | 37 | 550 | 143 | 43 |
| Binary | 10101111 | 1 | 10 | 0 | 1100011 | 1100011 | 11111 | 101101000 | 1100011 | 100011 |
Color Harmonies of #AF0102
Complementary color
Monochromatic Colors of #AF0102
Black with #AF0102
Text Example
Text Example
White with #AF0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0102; }
p { color: rgb(175,1,2); }
H1.HeaderClassName
{
color: #AF0102;
}
.AnyTagClassName
{
color: #AF0102;
}
</style>
background-color css
<style>
a { background-color: #AF0102; }
a { background-color: rgb(175,1,2); }
div.DivClassName
{
background-color: #AF0102;
}
.BgClassName
{
background-color: #AF0102;
}
</style>
border-color css
<style>
span { border-color: #AF0102; }
span { border-color: rgb(175,1,2); }
td.TdClassName
{
border-color: #AF0102;
}
.TagClassName
{
border-color: #AF0102;
}
</style>