Shades of Venetian Red #B0000D
Tints of Venetian Red #B0000D
RGB
CMYK
RGB Variations
Color information
#B0000D (or 0xB0000D) is known color: Venetian Red. HEX triplet: B0, 00 and 0D. RGB value is (176,0,13). Sum of RGB (Red+Green+Blue) = 176+0+13=189 (25% of max value = 765). Red value is 176 (69.14% from 255 or 93.12% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 176 - color contains mainly: red. Hex color #B0000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0000D is #4FFFF2. Grayscale: #363636. Windows color (decimal): -5242867 or 852144. OLE color: 852144.
HSL color Cylindrical-coordinate representation of color #B0000D: hue angle of 355.57º 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 #B0000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.31 |
| HSL | 355.57º | 1% | 0.35% | - |
| HSV(B) | 355.57º | 1% | 0.69% | - |
| XYZ | 17.98 | 9.26 | 1.22 | - |
| YUV | 54.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 13 | 0 | 1 | 0.93 | 0.31 | 355.57 | 1 | 0.35 |
| Hex | B0 | 0 | D | 0 | 64 | 5D | 1F | 164 | 64 | 23 |
| Octal | 260 | 0 | 15 | 0 | 144 | 135 | 37 | 544 | 144 | 43 |
| Binary | 10110000 | 0 | 1101 | 0 | 1100100 | 1011101 | 11111 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B0000D
Complementary color
Monochromatic Colors of #B0000D
Black with #B0000D
Text Example
Text Example
White with #B0000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0000D; }
p { color: rgb(176,0,13); }
H1.HeaderClassName
{
color: #B0000D;
}
.AnyTagClassName
{
color: #B0000D;
}
</style>
background-color css
<style>
a { background-color: #B0000D; }
a { background-color: rgb(176,0,13); }
div.DivClassName
{
background-color: #B0000D;
}
.BgClassName
{
background-color: #B0000D;
}
</style>
border-color css
<style>
span { border-color: #B0000D; }
span { border-color: rgb(176,0,13); }
td.TdClassName
{
border-color: #B0000D;
}
.TagClassName
{
border-color: #B0000D;
}
</style>