Shades of Venetian Red #B6000B
Tints of Venetian Red #B6000B
RGB
CMYK
RGB Variations
Color information
#B6000B (or 0xB6000B) is known color: Venetian Red. HEX triplet: B6, 00 and 0B. RGB value is (182,0,11). Sum of RGB (Red+Green+Blue) = 182+0+11=193 (25% of max value = 765). Red value is 182 (71.48% from 255 or 94.30% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 182 - color contains mainly: red. Hex color #B6000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6000B is #49FFF4. Grayscale: #373737. Windows color (decimal): -4849653 or 721078. OLE color: 721078.
HSL color Cylindrical-coordinate representation of color #B6000B: hue angle of 356.37º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.29 |
| HSL | 356.37º | 1% | 0.36% | - |
| HSV(B) | 356.37º | 1% | 0.71% | - |
| XYZ | 19.35 | 9.97 | 1.22 | - |
| YUV | 55.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 11 | 0 | 1 | 0.94 | 0.29 | 356.37 | 1 | 0.36 |
| Hex | B6 | 0 | B | 0 | 64 | 5E | 1D | 164 | 64 | 24 |
| Octal | 266 | 0 | 13 | 0 | 144 | 136 | 35 | 544 | 144 | 44 |
| Binary | 10110110 | 0 | 1011 | 0 | 1100100 | 1011110 | 11101 | 101100100 | 1100100 | 100100 |
Color Harmonies of #B6000B
Complementary color
Monochromatic Colors of #B6000B
Black with #B6000B
Text Example
Text Example
White with #B6000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6000B; }
p { color: rgb(182,0,11); }
H1.HeaderClassName
{
color: #B6000B;
}
.AnyTagClassName
{
color: #B6000B;
}
</style>
background-color css
<style>
a { background-color: #B6000B; }
a { background-color: rgb(182,0,11); }
div.DivClassName
{
background-color: #B6000B;
}
.BgClassName
{
background-color: #B6000B;
}
</style>
border-color css
<style>
span { border-color: #B6000B; }
span { border-color: rgb(182,0,11); }
td.TdClassName
{
border-color: #B6000B;
}
.TagClassName
{
border-color: #B6000B;
}
</style>