Shades of Venetian Red #B40006
Tints of Venetian Red #B40006
RGB
CMYK
RGB Variations
Color information
#B40006 (or 0xB40006) is known color: Venetian Red. HEX triplet: B4, 00 and 06. RGB value is (180,0,6). Sum of RGB (Red+Green+Blue) = 180+0+6=186 (24% of max value = 765). Red value is 180 (70.70% from 255 or 96.77% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 180 - color contains mainly: red. Hex color #B40006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40006 is #4BFFF9. Grayscale: #363636. Windows color (decimal): -4980730 or 393396. OLE color: 393396.
HSL color Cylindrical-coordinate representation of color #B40006: hue angle of 358º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.29 |
| HSL | 358º | 1% | 0.35% | - |
| HSV(B) | 358º | 1% | 0.71% | - |
| XYZ | 18.86 | 9.72 | 1.05 | - |
| YUV | 54.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 6 | 0 | 1 | 0.97 | 0.29 | 358 | 1 | 0.35 |
| Hex | B4 | 0 | 6 | 0 | 64 | 61 | 1D | 166 | 64 | 23 |
| Octal | 264 | 0 | 6 | 0 | 144 | 141 | 35 | 546 | 144 | 43 |
| Binary | 10110100 | 0 | 110 | 0 | 1100100 | 1100001 | 11101 | 101100110 | 1100100 | 100011 |
Color Harmonies of #B40006
Complementary color
Monochromatic Colors of #B40006
Black with #B40006
Text Example
Text Example
White with #B40006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40006; }
p { color: rgb(180,0,6); }
H1.HeaderClassName
{
color: #B40006;
}
.AnyTagClassName
{
color: #B40006;
}
</style>
background-color css
<style>
a { background-color: #B40006; }
a { background-color: rgb(180,0,6); }
div.DivClassName
{
background-color: #B40006;
}
.BgClassName
{
background-color: #B40006;
}
</style>
border-color css
<style>
span { border-color: #B40006; }
span { border-color: rgb(180,0,6); }
td.TdClassName
{
border-color: #B40006;
}
.TagClassName
{
border-color: #B40006;
}
</style>