Shades of Venetian Red #AF030C
Tints of Venetian Red #AF030C
RGB
CMYK
RGB Variations
Color information
#AF030C (or 0xAF030C) is known color: Venetian Red. HEX triplet: AF, 03 and 0C. RGB value is (175,3,12). Sum of RGB (Red+Green+Blue) = 175+3+12=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF030C is #50FCF3. Grayscale: #373737. Windows color (decimal): -5307636 or 787375. OLE color: 787375.
HSL color Cylindrical-coordinate representation of color #AF030C: hue angle of 356.86º 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 #AF030C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.31 |
| HSL | 356.86º | 0.97% | 0.35% | - |
| HSV(B) | 356.86º | 0.98% | 0.69% | - |
| XYZ | 17.78 | 9.21 | 1.19 | - |
| YUV | 55.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 12 | 0 | 0.98 | 0.93 | 0.31 | 356.86 | 0.97 | 0.35 |
| Hex | AF | 3 | C | 0 | 62 | 5D | 1F | 165 | 61 | 23 |
| Octal | 257 | 3 | 14 | 0 | 142 | 135 | 37 | 545 | 141 | 43 |
| Binary | 10101111 | 11 | 1100 | 0 | 1100010 | 1011101 | 11111 | 101100101 | 1100001 | 100011 |
Color Harmonies of #AF030C
Complementary color
Monochromatic Colors of #AF030C
Black with #AF030C
Text Example
Text Example
White with #AF030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF030C; }
p { color: rgb(175,3,12); }
H1.HeaderClassName
{
color: #AF030C;
}
.AnyTagClassName
{
color: #AF030C;
}
</style>
background-color css
<style>
a { background-color: #AF030C; }
a { background-color: rgb(175,3,12); }
div.DivClassName
{
background-color: #AF030C;
}
.BgClassName
{
background-color: #AF030C;
}
</style>
border-color css
<style>
span { border-color: #AF030C; }
span { border-color: rgb(175,3,12); }
td.TdClassName
{
border-color: #AF030C;
}
.TagClassName
{
border-color: #AF030C;
}
</style>