Shades of Venetian Red #AF0310
Tints of Venetian Red #AF0310
RGB
CMYK
RGB Variations
Color information
#AF0310 (or 0xAF0310) is known color: Venetian Red. HEX triplet: AF, 03 and 10. RGB value is (175,3,16). Sum of RGB (Red+Green+Blue) = 175+3+16=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0310 is #50FCEF. Grayscale: #383838. Windows color (decimal): -5307632 or 1049519. OLE color: 1049519.
HSL color Cylindrical-coordinate representation of color #AF0310: hue angle of 355.47º 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 #AF0310 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.31 |
| HSL | 355.47º | 0.97% | 0.35% | - |
| HSV(B) | 355.47º | 0.98% | 0.69% | - |
| XYZ | 17.81 | 9.22 | 1.33 | - |
| YUV | 55.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 16 | 0 | 0.98 | 0.91 | 0.31 | 355.47 | 0.97 | 0.35 |
| Hex | AF | 3 | 10 | 0 | 62 | 5B | 1F | 163 | 61 | 23 |
| Octal | 257 | 3 | 20 | 0 | 142 | 133 | 37 | 543 | 141 | 43 |
| Binary | 10101111 | 11 | 10000 | 0 | 1100010 | 1011011 | 11111 | 101100011 | 1100001 | 100011 |
Color Harmonies of #AF0310
Complementary color
Monochromatic Colors of #AF0310
Black with #AF0310
Text Example
Text Example
White with #AF0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0310; }
p { color: rgb(175,3,16); }
H1.HeaderClassName
{
color: #AF0310;
}
.AnyTagClassName
{
color: #AF0310;
}
</style>
background-color css
<style>
a { background-color: #AF0310; }
a { background-color: rgb(175,3,16); }
div.DivClassName
{
background-color: #AF0310;
}
.BgClassName
{
background-color: #AF0310;
}
</style>
border-color css
<style>
span { border-color: #AF0310; }
span { border-color: rgb(175,3,16); }
td.TdClassName
{
border-color: #AF0310;
}
.TagClassName
{
border-color: #AF0310;
}
</style>