Shades of Venetian Red #B60004
Tints of Venetian Red #B60004
RGB
CMYK
RGB Variations
Color information
#B60004 (or 0xB60004) is known color: Venetian Red. HEX triplet: B6, 00 and 04. RGB value is (182,0,4). Sum of RGB (Red+Green+Blue) = 182+0+4=186 (24% of max value = 765). Red value is 182 (71.48% from 255 or 97.85% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 182 - color contains mainly: red. Hex color #B60004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60004 is #49FFFB. Grayscale: #373737. Windows color (decimal): -4849660 or 262326. OLE color: 262326.
HSL color Cylindrical-coordinate representation of color #B60004: hue angle of 358.68º 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 #B60004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.29 |
| HSL | 358.68º | 1% | 0.36% | - |
| HSV(B) | 358.68º | 1% | 0.71% | - |
| XYZ | 19.31 | 9.95 | 1.02 | - |
| YUV | 54.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 4 | 0 | 1 | 0.98 | 0.29 | 358.68 | 1 | 0.36 |
| Hex | B6 | 0 | 4 | 0 | 64 | 62 | 1D | 167 | 64 | 24 |
| Octal | 266 | 0 | 4 | 0 | 144 | 142 | 35 | 547 | 144 | 44 |
| Binary | 10110110 | 0 | 100 | 0 | 1100100 | 1100010 | 11101 | 101100111 | 1100100 | 100100 |
Color Harmonies of #B60004
Complementary color
Monochromatic Colors of #B60004
Black with #B60004
Text Example
Text Example
White with #B60004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60004; }
p { color: rgb(182,0,4); }
H1.HeaderClassName
{
color: #B60004;
}
.AnyTagClassName
{
color: #B60004;
}
</style>
background-color css
<style>
a { background-color: #B60004; }
a { background-color: rgb(182,0,4); }
div.DivClassName
{
background-color: #B60004;
}
.BgClassName
{
background-color: #B60004;
}
</style>
border-color css
<style>
span { border-color: #B60004; }
span { border-color: rgb(182,0,4); }
td.TdClassName
{
border-color: #B60004;
}
.TagClassName
{
border-color: #B60004;
}
</style>