Shades of Venetian Red #B00017
Tints of Venetian Red #B00017
RGB
CMYK
RGB Variations
Color information
#B00017 (or 0xB00017) is known color: Venetian Red. HEX triplet: B0, 00 and 17. RGB value is (176,0,23). Sum of RGB (Red+Green+Blue) = 176+0+23=199 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88.44% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 176 - color contains mainly: red. Hex color #B00017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00017 is #4FFFE8. Grayscale: #373737. Windows color (decimal): -5242857 or 1507504. OLE color: 1507504.
HSL color Cylindrical-coordinate representation of color #B00017: hue angle of 352.16º 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 #B00017 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.87 | 0.31 |
| HSL | 352.16º | 1% | 0.35% | - |
| HSV(B) | 352.16º | 1% | 0.69% | - |
| XYZ | 18.06 | 9.29 | 1.65 | - |
| YUV | 55.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 23 | 0 | 1 | 0.87 | 0.31 | 352.16 | 1 | 0.35 |
| Hex | B0 | 0 | 17 | 0 | 64 | 57 | 1F | 160 | 64 | 23 |
| Octal | 260 | 0 | 27 | 0 | 144 | 127 | 37 | 540 | 144 | 43 |
| Binary | 10110000 | 0 | 10111 | 0 | 1100100 | 1010111 | 11111 | 101100000 | 1100100 | 100011 |
Color Harmonies of #B00017
Complementary color
Monochromatic Colors of #B00017
Black with #B00017
Text Example
Text Example
White with #B00017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00017; }
p { color: rgb(176,0,23); }
H1.HeaderClassName
{
color: #B00017;
}
.AnyTagClassName
{
color: #B00017;
}
</style>
background-color css
<style>
a { background-color: #B00017; }
a { background-color: rgb(176,0,23); }
div.DivClassName
{
background-color: #B00017;
}
.BgClassName
{
background-color: #B00017;
}
</style>
border-color css
<style>
span { border-color: #B00017; }
span { border-color: rgb(176,0,23); }
td.TdClassName
{
border-color: #B00017;
}
.TagClassName
{
border-color: #B00017;
}
</style>