Shades of Venetian Red #B00717
Tints of Venetian Red #B00717
RGB
CMYK
RGB Variations
Color information
#B00717 (or 0xB00717) is known color: Venetian Red. HEX triplet: B0, 07 and 17. RGB value is (176,7,23). Sum of RGB (Red+Green+Blue) = 176+7+23=206 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.44% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 176 - color contains mainly: red. Hex color #B00717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00717 is #4FF8E8. Grayscale: #3B3B3B. Windows color (decimal): -5241065 or 1509296. OLE color: 1509296.
HSL color Cylindrical-coordinate representation of color #B00717: hue angle of 354.32º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00717 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.31 |
| HSL | 354.32º | 0.92% | 0.36% | - |
| HSV(B) | 354.32º | 0.96% | 0.69% | - |
| XYZ | 18.14 | 9.44 | 1.68 | - |
| YUV | 59.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 23 | 0 | 0.96 | 0.87 | 0.31 | 354.32 | 0.92 | 0.36 |
| Hex | B0 | 7 | 17 | 0 | 60 | 57 | 1F | 162 | 5C | 24 |
| Octal | 260 | 7 | 27 | 0 | 140 | 127 | 37 | 542 | 134 | 44 |
| Binary | 10110000 | 111 | 10111 | 0 | 1100000 | 1010111 | 11111 | 101100010 | 1011100 | 100100 |
Color Harmonies of #B00717
Complementary color
Monochromatic Colors of #B00717
Black with #B00717
Text Example
Text Example
White with #B00717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00717; }
p { color: rgb(176,7,23); }
H1.HeaderClassName
{
color: #B00717;
}
.AnyTagClassName
{
color: #B00717;
}
</style>
background-color css
<style>
a { background-color: #B00717; }
a { background-color: rgb(176,7,23); }
div.DivClassName
{
background-color: #B00717;
}
.BgClassName
{
background-color: #B00717;
}
</style>
border-color css
<style>
span { border-color: #B00717; }
span { border-color: rgb(176,7,23); }
td.TdClassName
{
border-color: #B00717;
}
.TagClassName
{
border-color: #B00717;
}
</style>