Shades of Venetian Red #B00115
Tints of Venetian Red #B00115
RGB
CMYK
RGB Variations
Color information
#B00115 (or 0xB00115) is known color: Venetian Red. HEX triplet: B0, 01 and 15. RGB value is (176,1,21). Sum of RGB (Red+Green+Blue) = 176+1+21=198 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.89% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 176 - color contains mainly: red. Hex color #B00115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00115 is #4FFEEA. Grayscale: #373737. Windows color (decimal): -5242603 or 1376688. OLE color: 1376688.
HSL color Cylindrical-coordinate representation of color #B00115: hue angle of 353.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.31 |
| HSL | 353.14º | 0.99% | 0.35% | - |
| HSV(B) | 353.14º | 0.99% | 0.69% | - |
| XYZ | 18.05 | 9.31 | 1.55 | - |
| YUV | 55.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 21 | 0 | 0.99 | 0.88 | 0.31 | 353.14 | 0.99 | 0.35 |
| Hex | B0 | 1 | 15 | 0 | 63 | 58 | 1F | 161 | 63 | 23 |
| Octal | 260 | 1 | 25 | 0 | 143 | 130 | 37 | 541 | 143 | 43 |
| Binary | 10110000 | 1 | 10101 | 0 | 1100011 | 1011000 | 11111 | 101100001 | 1100011 | 100011 |
Color Harmonies of #B00115
Complementary color
Monochromatic Colors of #B00115
Black with #B00115
Text Example
Text Example
White with #B00115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00115; }
p { color: rgb(176,1,21); }
H1.HeaderClassName
{
color: #B00115;
}
.AnyTagClassName
{
color: #B00115;
}
</style>
background-color css
<style>
a { background-color: #B00115; }
a { background-color: rgb(176,1,21); }
div.DivClassName
{
background-color: #B00115;
}
.BgClassName
{
background-color: #B00115;
}
</style>
border-color css
<style>
span { border-color: #B00115; }
span { border-color: rgb(176,1,21); }
td.TdClassName
{
border-color: #B00115;
}
.TagClassName
{
border-color: #B00115;
}
</style>