Shades of Venetian Red #AF0812
Tints of Venetian Red #AF0812
RGB
CMYK
RGB Variations
Color information
#AF0812 (or 0xAF0812) is known color: Venetian Red. HEX triplet: AF, 08 and 12. RGB value is (175,8,18). Sum of RGB (Red+Green+Blue) = 175+8+18=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0812 is #50F7ED. Grayscale: #3B3B3B. Windows color (decimal): -5306350 or 1181871. OLE color: 1181871.
HSL color Cylindrical-coordinate representation of color #AF0812: hue angle of 356.41º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0812 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.31 |
| HSL | 356.41º | 0.91% | 0.36% | - |
| HSV(B) | 356.41º | 0.95% | 0.69% | - |
| XYZ | 17.88 | 9.33 | 1.43 | - |
| YUV | 59.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 18 | 0 | 0.95 | 0.90 | 0.31 | 356.41 | 0.91 | 0.36 |
| Hex | AF | 8 | 12 | 0 | 5F | 5A | 1F | 164 | 5B | 24 |
| Octal | 257 | 10 | 22 | 0 | 137 | 132 | 37 | 544 | 133 | 44 |
| Binary | 10101111 | 1000 | 10010 | 0 | 1011111 | 1011010 | 11111 | 101100100 | 1011011 | 100100 |
Color Harmonies of #AF0812
Complementary color
Monochromatic Colors of #AF0812
Black with #AF0812
Text Example
Text Example
White with #AF0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0812; }
p { color: rgb(175,8,18); }
H1.HeaderClassName
{
color: #AF0812;
}
.AnyTagClassName
{
color: #AF0812;
}
</style>
background-color css
<style>
a { background-color: #AF0812; }
a { background-color: rgb(175,8,18); }
div.DivClassName
{
background-color: #AF0812;
}
.BgClassName
{
background-color: #AF0812;
}
</style>
border-color css
<style>
span { border-color: #AF0812; }
span { border-color: rgb(175,8,18); }
td.TdClassName
{
border-color: #AF0812;
}
.TagClassName
{
border-color: #AF0812;
}
</style>