Shades of Venetian Red #AF1024
Tints of Venetian Red #AF1024
RGB
CMYK
RGB Variations
Color information
#AF1024 (or 0xAF1024) is known color: Venetian Red. HEX triplet: AF, 10 and 24. RGB value is (175,16,36). Sum of RGB (Red+Green+Blue) = 175+16+36=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1024 is #50EFDB. Grayscale: #414141. Windows color (decimal): -5304284 or 2363567. OLE color: 2363567.
HSL color Cylindrical-coordinate representation of color #AF1024: hue angle of 352.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1024 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 36 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.31 |
| HSL | 352.45º | 0.83% | 0.37% | - |
| HSV(B) | 352.45º | 0.91% | 0.69% | - |
| XYZ | 18.18 | 9.61 | 2.57 | - |
| YUV | 65.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 36 | 0 | 0.91 | 0.79 | 0.31 | 352.45 | 0.83 | 0.37 |
| Hex | AF | 10 | 24 | 0 | 5B | 4F | 1F | 160 | 53 | 25 |
| Octal | 257 | 20 | 44 | 0 | 133 | 117 | 37 | 540 | 123 | 45 |
| Binary | 10101111 | 10000 | 100100 | 0 | 1011011 | 1001111 | 11111 | 101100000 | 1010011 | 100101 |
Color Harmonies of #AF1024
Complementary color
Monochromatic Colors of #AF1024
Black with #AF1024
Text Example
Text Example
White with #AF1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1024; }
p { color: rgb(175,16,36); }
H1.HeaderClassName
{
color: #AF1024;
}
.AnyTagClassName
{
color: #AF1024;
}
</style>
background-color css
<style>
a { background-color: #AF1024; }
a { background-color: rgb(175,16,36); }
div.DivClassName
{
background-color: #AF1024;
}
.BgClassName
{
background-color: #AF1024;
}
</style>
border-color css
<style>
span { border-color: #AF1024; }
span { border-color: rgb(175,16,36); }
td.TdClassName
{
border-color: #AF1024;
}
.TagClassName
{
border-color: #AF1024;
}
</style>