Shades of Venetian Red #B90008
Tints of Venetian Red #B90008
RGB
CMYK
RGB Variations
Color information
#B90008 (or 0xB90008) is known color: Venetian Red. HEX triplet: B9, 00 and 08. RGB value is (185,0,8). Sum of RGB (Red+Green+Blue) = 185+0+8=193 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.85% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 185 - color contains mainly: red. Hex color #B90008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90008 is #46FFF7. Grayscale: #383838. Windows color (decimal): -4653048 or 524473. OLE color: 524473.
HSL color Cylindrical-coordinate representation of color #B90008: hue angle of 357.41º 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 #B90008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.27 |
| HSL | 357.41º | 1% | 0.36% | - |
| HSV(B) | 357.41º | 1% | 0.73% | - |
| XYZ | 20.05 | 10.33 | 1.17 | - |
| YUV | 56.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 8 | 0 | 1 | 0.96 | 0.27 | 357.41 | 1 | 0.36 |
| Hex | B9 | 0 | 8 | 0 | 64 | 60 | 1B | 165 | 64 | 24 |
| Octal | 271 | 0 | 10 | 0 | 144 | 140 | 33 | 545 | 144 | 44 |
| Binary | 10111001 | 0 | 1000 | 0 | 1100100 | 1100000 | 11011 | 101100101 | 1100100 | 100100 |
Color Harmonies of #B90008
Complementary color
Monochromatic Colors of #B90008
Black with #B90008
Text Example
Text Example
White with #B90008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90008; }
p { color: rgb(185,0,8); }
H1.HeaderClassName
{
color: #B90008;
}
.AnyTagClassName
{
color: #B90008;
}
</style>
background-color css
<style>
a { background-color: #B90008; }
a { background-color: rgb(185,0,8); }
div.DivClassName
{
background-color: #B90008;
}
.BgClassName
{
background-color: #B90008;
}
</style>
border-color css
<style>
span { border-color: #B90008; }
span { border-color: rgb(185,0,8); }
td.TdClassName
{
border-color: #B90008;
}
.TagClassName
{
border-color: #B90008;
}
</style>