Shades of Venetian Red #AF000D
Tints of Venetian Red #AF000D
RGB
CMYK
RGB Variations
Color information
#AF000D (or 0xAF000D) is known color: Venetian Red. HEX triplet: AF, 00 and 0D. RGB value is (175,0,13). Sum of RGB (Red+Green+Blue) = 175+0+13=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF000D is #50FFF2. Grayscale: #353535. Windows color (decimal): -5308403 or 852143. OLE color: 852143.
HSL color Cylindrical-coordinate representation of color #AF000D: hue angle of 355.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.31 |
| HSL | 355.54º | 1% | 0.34% | - |
| HSV(B) | 355.54º | 1% | 0.69% | - |
| XYZ | 17.75 | 9.14 | 1.21 | - |
| YUV | 53.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 13 | 0 | 1 | 0.93 | 0.31 | 355.54 | 1 | 0.34 |
| Hex | AF | 0 | D | 0 | 64 | 5D | 1F | 164 | 64 | 22 |
| Octal | 257 | 0 | 15 | 0 | 144 | 135 | 37 | 544 | 144 | 42 |
| Binary | 10101111 | 0 | 1101 | 0 | 1100100 | 1011101 | 11111 | 101100100 | 1100100 | 100010 |
Color Harmonies of #AF000D
Complementary color
Monochromatic Colors of #AF000D
Black with #AF000D
Text Example
Text Example
White with #AF000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF000D; }
p { color: rgb(175,0,13); }
H1.HeaderClassName
{
color: #AF000D;
}
.AnyTagClassName
{
color: #AF000D;
}
</style>
background-color css
<style>
a { background-color: #AF000D; }
a { background-color: rgb(175,0,13); }
div.DivClassName
{
background-color: #AF000D;
}
.BgClassName
{
background-color: #AF000D;
}
</style>
border-color css
<style>
span { border-color: #AF000D; }
span { border-color: rgb(175,0,13); }
td.TdClassName
{
border-color: #AF000D;
}
.TagClassName
{
border-color: #AF000D;
}
</style>