Shades of Venetian Red #B00D0F
Tints of Venetian Red #B00D0F
RGB
CMYK
RGB Variations
Color information
#B00D0F (or 0xB00D0F) is known color: Venetian Red. HEX triplet: B0, 0D and 0F. RGB value is (176,13,15). Sum of RGB (Red+Green+Blue) = 176+13+15=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00D0F is #4FF2F0. Grayscale: #3E3E3E. Windows color (decimal): -5239537 or 986544. OLE color: 986544.
HSL color Cylindrical-coordinate representation of color #B00D0F: hue angle of 359.26º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00D0F is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 15 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.31 |
| HSL | 359.26º | 0.86% | 0.37% | - |
| HSV(B) | 359.26º | 0.93% | 0.69% | - |
| XYZ | 18.13 | 9.55 | 1.34 | - |
| YUV | 61.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 15 | 0 | 0.93 | 0.91 | 0.31 | 359.26 | 0.86 | 0.37 |
| Hex | B0 | D | F | 0 | 5D | 5B | 1F | 167 | 56 | 25 |
| Octal | 260 | 15 | 17 | 0 | 135 | 133 | 37 | 547 | 126 | 45 |
| Binary | 10110000 | 1101 | 1111 | 0 | 1011101 | 1011011 | 11111 | 101100111 | 1010110 | 100101 |
Color Harmonies of #B00D0F
Complementary color
Monochromatic Colors of #B00D0F
Black with #B00D0F
Text Example
Text Example
White with #B00D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D0F; }
p { color: rgb(176,13,15); }
H1.HeaderClassName
{
color: #B00D0F;
}
.AnyTagClassName
{
color: #B00D0F;
}
</style>
background-color css
<style>
a { background-color: #B00D0F; }
a { background-color: rgb(176,13,15); }
div.DivClassName
{
background-color: #B00D0F;
}
.BgClassName
{
background-color: #B00D0F;
}
</style>
border-color css
<style>
span { border-color: #B00D0F; }
span { border-color: rgb(176,13,15); }
td.TdClassName
{
border-color: #B00D0F;
}
.TagClassName
{
border-color: #B00D0F;
}
</style>