Shades of Venetian Red #B51418
Tints of Venetian Red #B51418
RGB
CMYK
RGB Variations
Color information
#B51418 (or 0xB51418) is known color: Venetian Red. HEX triplet: B5, 14 and 18. RGB value is (181,20,24). Sum of RGB (Red+Green+Blue) = 181+20+24=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B51418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51418 is #4AEBE7. Grayscale: #444444. Windows color (decimal): -4910056 or 1578165. OLE color: 1578165.
HSL color Cylindrical-coordinate representation of color #B51418: hue angle of 358.51º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51418 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 24 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.29 |
| HSL | 358.51º | 0.8% | 0.39% | - |
| HSV(B) | 358.51º | 0.89% | 0.71% | - |
| XYZ | 19.47 | 10.39 | 1.84 | - |
| YUV | 68.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 24 | 0 | 0.89 | 0.87 | 0.29 | 358.51 | 0.8 | 0.39 |
| Hex | B5 | 14 | 18 | 0 | 59 | 57 | 1D | 167 | 50 | 27 |
| Octal | 265 | 24 | 30 | 0 | 131 | 127 | 35 | 547 | 120 | 47 |
| Binary | 10110101 | 10100 | 11000 | 0 | 1011001 | 1010111 | 11101 | 101100111 | 1010000 | 100111 |
Color Harmonies of #B51418
Complementary color
Monochromatic Colors of #B51418
Black with #B51418
Text Example
Text Example
White with #B51418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51418; }
p { color: rgb(181,20,24); }
H1.HeaderClassName
{
color: #B51418;
}
.AnyTagClassName
{
color: #B51418;
}
</style>
background-color css
<style>
a { background-color: #B51418; }
a { background-color: rgb(181,20,24); }
div.DivClassName
{
background-color: #B51418;
}
.BgClassName
{
background-color: #B51418;
}
</style>
border-color css
<style>
span { border-color: #B51418; }
span { border-color: rgb(181,20,24); }
td.TdClassName
{
border-color: #B51418;
}
.TagClassName
{
border-color: #B51418;
}
</style>