Shades of Venetian Red #AF040A
Tints of Venetian Red #AF040A
RGB
CMYK
RGB Variations
Color information
#AF040A (or 0xAF040A) is known color: Venetian Red. HEX triplet: AF, 04 and 0A. RGB value is (175,4,10). Sum of RGB (Red+Green+Blue) = 175+4+10=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF040A is #50FBF5. Grayscale: #373737. Windows color (decimal): -5307382 or 656559. OLE color: 656559.
HSL color Cylindrical-coordinate representation of color #AF040A: hue angle of 357.89º degrees, saturation: 0.96, 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 #AF040A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.31 |
| HSL | 357.89º | 0.96% | 0.35% | - |
| HSV(B) | 357.89º | 0.98% | 0.69% | - |
| XYZ | 17.78 | 9.22 | 1.13 | - |
| YUV | 55.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 10 | 0 | 0.98 | 0.94 | 0.31 | 357.89 | 0.96 | 0.35 |
| Hex | AF | 4 | A | 0 | 62 | 5E | 1F | 166 | 60 | 23 |
| Octal | 257 | 4 | 12 | 0 | 142 | 136 | 37 | 546 | 140 | 43 |
| Binary | 10101111 | 100 | 1010 | 0 | 1100010 | 1011110 | 11111 | 101100110 | 1100000 | 100011 |
Color Harmonies of #AF040A
Complementary color
Monochromatic Colors of #AF040A
Black with #AF040A
Text Example
Text Example
White with #AF040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF040A; }
p { color: rgb(175,4,10); }
H1.HeaderClassName
{
color: #AF040A;
}
.AnyTagClassName
{
color: #AF040A;
}
</style>
background-color css
<style>
a { background-color: #AF040A; }
a { background-color: rgb(175,4,10); }
div.DivClassName
{
background-color: #AF040A;
}
.BgClassName
{
background-color: #AF040A;
}
</style>
border-color css
<style>
span { border-color: #AF040A; }
span { border-color: rgb(175,4,10); }
td.TdClassName
{
border-color: #AF040A;
}
.TagClassName
{
border-color: #AF040A;
}
</style>