Shades of Venetian Red #B00014
Tints of Venetian Red #B00014
RGB
CMYK
RGB Variations
Color information
#B00014 (or 0xB00014) is known color: Venetian Red. HEX triplet: B0, 00 and 14. RGB value is (176,0,20). Sum of RGB (Red+Green+Blue) = 176+0+20=196 (25% of max value = 765). Red value is 176 (69.14% from 255 or 89.80% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 176 - color contains mainly: red. Hex color #B00014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00014 is #4FFFEB. Grayscale: #373737. Windows color (decimal): -5242860 or 1310896. OLE color: 1310896.
HSL color Cylindrical-coordinate representation of color #B00014: hue angle of 353.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.89 | 0.31 |
| HSL | 353.18º | 1% | 0.35% | - |
| HSV(B) | 353.18º | 1% | 0.69% | - |
| XYZ | 18.03 | 9.28 | 1.5 | - |
| YUV | 54.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 20 | 0 | 1 | 0.89 | 0.31 | 353.18 | 1 | 0.35 |
| Hex | B0 | 0 | 14 | 0 | 64 | 59 | 1F | 161 | 64 | 23 |
| Octal | 260 | 0 | 24 | 0 | 144 | 131 | 37 | 541 | 144 | 43 |
| Binary | 10110000 | 0 | 10100 | 0 | 1100100 | 1011001 | 11111 | 101100001 | 1100100 | 100011 |
Color Harmonies of #B00014
Complementary color
Monochromatic Colors of #B00014
Black with #B00014
Text Example
Text Example
White with #B00014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00014; }
p { color: rgb(176,0,20); }
H1.HeaderClassName
{
color: #B00014;
}
.AnyTagClassName
{
color: #B00014;
}
</style>
background-color css
<style>
a { background-color: #B00014; }
a { background-color: rgb(176,0,20); }
div.DivClassName
{
background-color: #B00014;
}
.BgClassName
{
background-color: #B00014;
}
</style>
border-color css
<style>
span { border-color: #B00014; }
span { border-color: rgb(176,0,20); }
td.TdClassName
{
border-color: #B00014;
}
.TagClassName
{
border-color: #B00014;
}
</style>