Shades of Venetian Red #AF030A
Tints of Venetian Red #AF030A
RGB
CMYK
RGB Variations
Color information
#AF030A (or 0xAF030A) is known color: Venetian Red. HEX triplet: AF, 03 and 0A. RGB value is (175,3,10). Sum of RGB (Red+Green+Blue) = 175+3+10=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF030A is #50FCF5. Grayscale: #373737. Windows color (decimal): -5307638 or 656303. OLE color: 656303.
HSL color Cylindrical-coordinate representation of color #AF030A: hue angle of 357.56º 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 #AF030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.31 |
| HSL | 357.56º | 0.97% | 0.35% | - |
| HSV(B) | 357.56º | 0.98% | 0.69% | - |
| XYZ | 17.77 | 9.2 | 1.13 | - |
| YUV | 55.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 10 | 0 | 0.98 | 0.94 | 0.31 | 357.56 | 0.97 | 0.35 |
| Hex | AF | 3 | A | 0 | 62 | 5E | 1F | 166 | 61 | 23 |
| Octal | 257 | 3 | 12 | 0 | 142 | 136 | 37 | 546 | 141 | 43 |
| Binary | 10101111 | 11 | 1010 | 0 | 1100010 | 1011110 | 11111 | 101100110 | 1100001 | 100011 |
Color Harmonies of #AF030A
Complementary color
Monochromatic Colors of #AF030A
Black with #AF030A
Text Example
Text Example
White with #AF030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF030A; }
p { color: rgb(175,3,10); }
H1.HeaderClassName
{
color: #AF030A;
}
.AnyTagClassName
{
color: #AF030A;
}
</style>
background-color css
<style>
a { background-color: #AF030A; }
a { background-color: rgb(175,3,10); }
div.DivClassName
{
background-color: #AF030A;
}
.BgClassName
{
background-color: #AF030A;
}
</style>
border-color css
<style>
span { border-color: #AF030A; }
span { border-color: rgb(175,3,10); }
td.TdClassName
{
border-color: #AF030A;
}
.TagClassName
{
border-color: #AF030A;
}
</style>