Shades of Venetian Red #B2000B
Tints of Venetian Red #B2000B
RGB
CMYK
RGB Variations
Color information
#B2000B (or 0xB2000B) is known color: Venetian Red. HEX triplet: B2, 00 and 0B. RGB value is (178,0,11). Sum of RGB (Red+Green+Blue) = 178+0+11=189 (25% of max value = 765). Red value is 178 (69.92% from 255 or 94.18% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 178 - color contains mainly: red. Hex color #B2000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2000B is #4DFFF4. Grayscale: #363636. Windows color (decimal): -5111797 or 721074. OLE color: 721074.
HSL color Cylindrical-coordinate representation of color #B2000B: hue angle of 356.29º 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 #B2000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.30 |
| HSL | 356.29º | 1% | 0.35% | - |
| HSV(B) | 356.29º | 1% | 0.7% | - |
| XYZ | 18.42 | 9.49 | 1.18 | - |
| YUV | 54.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 11 | 0 | 1 | 0.94 | 0.30 | 356.29 | 1 | 0.35 |
| Hex | B2 | 0 | B | 0 | 64 | 5E | 1E | 164 | 64 | 23 |
| Octal | 262 | 0 | 13 | 0 | 144 | 136 | 36 | 544 | 144 | 43 |
| Binary | 10110010 | 0 | 1011 | 0 | 1100100 | 1011110 | 11110 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B2000B
Complementary color
Monochromatic Colors of #B2000B
Black with #B2000B
Text Example
Text Example
White with #B2000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2000B; }
p { color: rgb(178,0,11); }
H1.HeaderClassName
{
color: #B2000B;
}
.AnyTagClassName
{
color: #B2000B;
}
</style>
background-color css
<style>
a { background-color: #B2000B; }
a { background-color: rgb(178,0,11); }
div.DivClassName
{
background-color: #B2000B;
}
.BgClassName
{
background-color: #B2000B;
}
</style>
border-color css
<style>
span { border-color: #B2000B; }
span { border-color: rgb(178,0,11); }
td.TdClassName
{
border-color: #B2000B;
}
.TagClassName
{
border-color: #B2000B;
}
</style>