Shades of Venetian Red #B2000E
Tints of Venetian Red #B2000E
RGB
CMYK
RGB Variations
Color information
#B2000E (or 0xB2000E) is known color: Venetian Red. HEX triplet: B2, 00 and 0E. RGB value is (178,0,14). Sum of RGB (Red+Green+Blue) = 178+0+14=192 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.71% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 178 - color contains mainly: red. Hex color #B2000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2000E is #4DFFF1. Grayscale: #363636. Windows color (decimal): -5111794 or 917682. OLE color: 917682.
HSL color Cylindrical-coordinate representation of color #B2000E: hue angle of 355.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.30 |
| HSL | 355.28º | 1% | 0.35% | - |
| HSV(B) | 355.28º | 1% | 0.7% | - |
| XYZ | 18.44 | 9.5 | 1.28 | - |
| YUV | 54.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 14 | 0 | 1 | 0.92 | 0.30 | 355.28 | 1 | 0.35 |
| Hex | B2 | 0 | E | 0 | 64 | 5C | 1E | 163 | 64 | 23 |
| Octal | 262 | 0 | 16 | 0 | 144 | 134 | 36 | 543 | 144 | 43 |
| Binary | 10110010 | 0 | 1110 | 0 | 1100100 | 1011100 | 11110 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B2000E
Complementary color
Monochromatic Colors of #B2000E
Black with #B2000E
Text Example
Text Example
White with #B2000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2000E; }
p { color: rgb(178,0,14); }
H1.HeaderClassName
{
color: #B2000E;
}
.AnyTagClassName
{
color: #B2000E;
}
</style>
background-color css
<style>
a { background-color: #B2000E; }
a { background-color: rgb(178,0,14); }
div.DivClassName
{
background-color: #B2000E;
}
.BgClassName
{
background-color: #B2000E;
}
</style>
border-color css
<style>
span { border-color: #B2000E; }
span { border-color: rgb(178,0,14); }
td.TdClassName
{
border-color: #B2000E;
}
.TagClassName
{
border-color: #B2000E;
}
</style>