Shades of Venetian Red #B60007
Tints of Venetian Red #B60007
RGB
CMYK
RGB Variations
Color information
#B60007 (or 0xB60007) is known color: Venetian Red. HEX triplet: B6, 00 and 07. RGB value is (182,0,7). Sum of RGB (Red+Green+Blue) = 182+0+7=189 (25% of max value = 765). Red value is 182 (71.48% from 255 or 96.30% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 182 - color contains mainly: red. Hex color #B60007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60007 is #49FFF8. Grayscale: #373737. Windows color (decimal): -4849657 or 458934. OLE color: 458934.
HSL color Cylindrical-coordinate representation of color #B60007: hue angle of 357.69º 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 #B60007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.29 |
| HSL | 357.69º | 1% | 0.36% | - |
| HSV(B) | 357.69º | 1% | 0.71% | - |
| XYZ | 19.33 | 9.96 | 1.1 | - |
| YUV | 55.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 7 | 0 | 1 | 0.96 | 0.29 | 357.69 | 1 | 0.36 |
| Hex | B6 | 0 | 7 | 0 | 64 | 60 | 1D | 166 | 64 | 24 |
| Octal | 266 | 0 | 7 | 0 | 144 | 140 | 35 | 546 | 144 | 44 |
| Binary | 10110110 | 0 | 111 | 0 | 1100100 | 1100000 | 11101 | 101100110 | 1100100 | 100100 |
Color Harmonies of #B60007
Complementary color
Monochromatic Colors of #B60007
Black with #B60007
Text Example
Text Example
White with #B60007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60007; }
p { color: rgb(182,0,7); }
H1.HeaderClassName
{
color: #B60007;
}
.AnyTagClassName
{
color: #B60007;
}
</style>
background-color css
<style>
a { background-color: #B60007; }
a { background-color: rgb(182,0,7); }
div.DivClassName
{
background-color: #B60007;
}
.BgClassName
{
background-color: #B60007;
}
</style>
border-color css
<style>
span { border-color: #B60007; }
span { border-color: rgb(182,0,7); }
td.TdClassName
{
border-color: #B60007;
}
.TagClassName
{
border-color: #B60007;
}
</style>