Shades of Venetian Red #B90007
Tints of Venetian Red #B90007
RGB
CMYK
RGB Variations
Color information
#B90007 (or 0xB90007) is known color: Venetian Red. HEX triplet: B9, 00 and 07. RGB value is (185,0,7). Sum of RGB (Red+Green+Blue) = 185+0+7=192 (25% of max value = 765). Red value is 185 (72.66% from 255 or 96.35% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 185 - color contains mainly: red. Hex color #B90007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90007 is #46FFF8. Grayscale: #383838. Windows color (decimal): -4653049 or 458937. OLE color: 458937.
HSL color Cylindrical-coordinate representation of color #B90007: hue angle of 357.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.27 |
| HSL | 357.73º | 1% | 0.36% | - |
| HSV(B) | 357.73º | 1% | 0.73% | - |
| XYZ | 20.05 | 10.33 | 1.14 | - |
| YUV | 56.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 7 | 0 | 1 | 0.96 | 0.27 | 357.73 | 1 | 0.36 |
| Hex | B9 | 0 | 7 | 0 | 64 | 60 | 1B | 166 | 64 | 24 |
| Octal | 271 | 0 | 7 | 0 | 144 | 140 | 33 | 546 | 144 | 44 |
| Binary | 10111001 | 0 | 111 | 0 | 1100100 | 1100000 | 11011 | 101100110 | 1100100 | 100100 |
Color Harmonies of #B90007
Complementary color
Monochromatic Colors of #B90007
Black with #B90007
Text Example
Text Example
White with #B90007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90007; }
p { color: rgb(185,0,7); }
H1.HeaderClassName
{
color: #B90007;
}
.AnyTagClassName
{
color: #B90007;
}
</style>
background-color css
<style>
a { background-color: #B90007; }
a { background-color: rgb(185,0,7); }
div.DivClassName
{
background-color: #B90007;
}
.BgClassName
{
background-color: #B90007;
}
</style>
border-color css
<style>
span { border-color: #B90007; }
span { border-color: rgb(185,0,7); }
td.TdClassName
{
border-color: #B90007;
}
.TagClassName
{
border-color: #B90007;
}
</style>