Shades of Venetian Red #B51318
Tints of Venetian Red #B51318
RGB
CMYK
RGB Variations
Color information
#B51318 (or 0xB51318) is known color: Venetian Red. HEX triplet: B5, 13 and 18. RGB value is (181,19,24). Sum of RGB (Red+Green+Blue) = 181+19+24=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B51318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51318 is #4AECE7. Grayscale: #444444. Windows color (decimal): -4910312 or 1577909. OLE color: 1577909.
HSL color Cylindrical-coordinate representation of color #B51318: hue angle of 358.15º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51318 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 24 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.29 |
| HSL | 358.15º | 0.81% | 0.39% | - |
| HSV(B) | 358.15º | 0.9% | 0.71% | - |
| XYZ | 19.45 | 10.36 | 1.84 | - |
| YUV | 68.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 24 | 0 | 0.90 | 0.87 | 0.29 | 358.15 | 0.81 | 0.39 |
| Hex | B5 | 13 | 18 | 0 | 5A | 57 | 1D | 166 | 51 | 27 |
| Octal | 265 | 23 | 30 | 0 | 132 | 127 | 35 | 546 | 121 | 47 |
| Binary | 10110101 | 10011 | 11000 | 0 | 1011010 | 1010111 | 11101 | 101100110 | 1010001 | 100111 |
Color Harmonies of #B51318
Complementary color
Monochromatic Colors of #B51318
Black with #B51318
Text Example
Text Example
White with #B51318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51318; }
p { color: rgb(181,19,24); }
H1.HeaderClassName
{
color: #B51318;
}
.AnyTagClassName
{
color: #B51318;
}
</style>
background-color css
<style>
a { background-color: #B51318; }
a { background-color: rgb(181,19,24); }
div.DivClassName
{
background-color: #B51318;
}
.BgClassName
{
background-color: #B51318;
}
</style>
border-color css
<style>
span { border-color: #B51318; }
span { border-color: rgb(181,19,24); }
td.TdClassName
{
border-color: #B51318;
}
.TagClassName
{
border-color: #B51318;
}
</style>