Shades of Venetian Red #AF151A
Tints of Venetian Red #AF151A
RGB
CMYK
RGB Variations
Color information
#AF151A (or 0xAF151A) is known color: Venetian Red. HEX triplet: AF, 15 and 1A. RGB value is (175,21,26). Sum of RGB (Red+Green+Blue) = 175+21+26=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151A is #50EAE5. Grayscale: #434343. Windows color (decimal): -5303014 or 1709487. OLE color: 1709487.
HSL color Cylindrical-coordinate representation of color #AF151A: hue angle of 358.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF151A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 26 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.31 |
| HSL | 358.05º | 0.79% | 0.38% | - |
| HSV(B) | 358.05º | 0.88% | 0.69% | - |
| XYZ | 18.13 | 9.72 | 1.9 | - |
| YUV | 67.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 26 | 0 | 0.88 | 0.85 | 0.31 | 358.05 | 0.79 | 0.38 |
| Hex | AF | 15 | 1A | 0 | 58 | 55 | 1F | 166 | 4F | 26 |
| Octal | 257 | 25 | 32 | 0 | 130 | 125 | 37 | 546 | 117 | 46 |
| Binary | 10101111 | 10101 | 11010 | 0 | 1011000 | 1010101 | 11111 | 101100110 | 1001111 | 100110 |
Color Harmonies of #AF151A
Complementary color
Monochromatic Colors of #AF151A
Black with #AF151A
Text Example
Text Example
White with #AF151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF151A; }
p { color: rgb(175,21,26); }
H1.HeaderClassName
{
color: #AF151A;
}
.AnyTagClassName
{
color: #AF151A;
}
</style>
background-color css
<style>
a { background-color: #AF151A; }
a { background-color: rgb(175,21,26); }
div.DivClassName
{
background-color: #AF151A;
}
.BgClassName
{
background-color: #AF151A;
}
</style>
border-color css
<style>
span { border-color: #AF151A; }
span { border-color: rgb(175,21,26); }
td.TdClassName
{
border-color: #AF151A;
}
.TagClassName
{
border-color: #AF151A;
}
</style>