Shades of Venetian Red #B90515
Tints of Venetian Red #B90515
RGB
CMYK
RGB Variations
Color information
#B90515 (or 0xB90515) is known color: Venetian Red. HEX triplet: B9, 05 and 15. RGB value is (185,5,21). Sum of RGB (Red+Green+Blue) = 185+5+21=211 (27% of max value = 765). Red value is 185 (72.66% from 255 or 87.68% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 185 - color contains mainly: red. Hex color #B90515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90515 is #46FAEA. Grayscale: #3C3C3C. Windows color (decimal): -4651755 or 1377721. OLE color: 1377721.
HSL color Cylindrical-coordinate representation of color #B90515: hue angle of 354.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90515 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.27 |
| HSL | 354.67º | 0.95% | 0.37% | - |
| HSV(B) | 354.67º | 0.97% | 0.73% | - |
| XYZ | 20.2 | 10.48 | 1.67 | - |
| YUV | 60.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 21 | 0 | 0.97 | 0.89 | 0.27 | 354.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | 15 | 0 | 61 | 59 | 1B | 163 | 5F | 25 |
| Octal | 271 | 5 | 25 | 0 | 141 | 131 | 33 | 543 | 137 | 45 |
| Binary | 10111001 | 101 | 10101 | 0 | 1100001 | 1011001 | 11011 | 101100011 | 1011111 | 100101 |
Color Harmonies of #B90515
Complementary color
Monochromatic Colors of #B90515
Black with #B90515
Text Example
Text Example
White with #B90515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90515; }
p { color: rgb(185,5,21); }
H1.HeaderClassName
{
color: #B90515;
}
.AnyTagClassName
{
color: #B90515;
}
</style>
background-color css
<style>
a { background-color: #B90515; }
a { background-color: rgb(185,5,21); }
div.DivClassName
{
background-color: #B90515;
}
.BgClassName
{
background-color: #B90515;
}
</style>
border-color css
<style>
span { border-color: #B90515; }
span { border-color: rgb(185,5,21); }
td.TdClassName
{
border-color: #B90515;
}
.TagClassName
{
border-color: #B90515;
}
</style>