Shades of Venetian Red #B5121B
Tints of Venetian Red #B5121B
RGB
CMYK
RGB Variations
Color information
#B5121B (or 0xB5121B) is known color: Venetian Red. HEX triplet: B5, 12 and 1B. RGB value is (181,18,27). Sum of RGB (Red+Green+Blue) = 181+18+27=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5121B is #4AEDE4. Grayscale: #434343. Windows color (decimal): -4910565 or 1774261. OLE color: 1774261.
HSL color Cylindrical-coordinate representation of color #B5121B: hue angle of 356.69º degrees, saturation: 0.82, 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 #B5121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.29 |
| HSL | 356.69º | 0.82% | 0.39% | - |
| HSV(B) | 356.69º | 0.9% | 0.71% | - |
| XYZ | 19.47 | 10.34 | 2.01 | - |
| YUV | 67.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 27 | 0 | 0.90 | 0.85 | 0.29 | 356.69 | 0.82 | 0.39 |
| Hex | B5 | 12 | 1B | 0 | 5A | 55 | 1D | 165 | 52 | 27 |
| Octal | 265 | 22 | 33 | 0 | 132 | 125 | 35 | 545 | 122 | 47 |
| Binary | 10110101 | 10010 | 11011 | 0 | 1011010 | 1010101 | 11101 | 101100101 | 1010010 | 100111 |
Color Harmonies of #B5121B
Complementary color
Monochromatic Colors of #B5121B
Black with #B5121B
Text Example
Text Example
White with #B5121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5121B; }
p { color: rgb(181,18,27); }
H1.HeaderClassName
{
color: #B5121B;
}
.AnyTagClassName
{
color: #B5121B;
}
</style>
background-color css
<style>
a { background-color: #B5121B; }
a { background-color: rgb(181,18,27); }
div.DivClassName
{
background-color: #B5121B;
}
.BgClassName
{
background-color: #B5121B;
}
</style>
border-color css
<style>
span { border-color: #B5121B; }
span { border-color: rgb(181,18,27); }
td.TdClassName
{
border-color: #B5121B;
}
.TagClassName
{
border-color: #B5121B;
}
</style>