Shades of Venetian Red #B90407
Tints of Venetian Red #B90407
RGB
CMYK
RGB Variations
Color information
#B90407 (or 0xB90407) is known color: Venetian Red. HEX triplet: B9, 04 and 07. RGB value is (185,4,7). Sum of RGB (Red+Green+Blue) = 185+4+7=196 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.39% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 185 - color contains mainly: red. Hex color #B90407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90407 is #46FBF8. Grayscale: #3A3A3A. Windows color (decimal): -4652025 or 459961. OLE color: 459961.
HSL color Cylindrical-coordinate representation of color #B90407: hue angle of 359.01º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.27 |
| HSL | 359.01º | 0.96% | 0.37% | - |
| HSV(B) | 359.01º | 0.98% | 0.73% | - |
| XYZ | 20.09 | 10.42 | 1.15 | - |
| YUV | 58.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 7 | 0 | 0.98 | 0.96 | 0.27 | 359.01 | 0.96 | 0.37 |
| Hex | B9 | 4 | 7 | 0 | 62 | 60 | 1B | 167 | 60 | 25 |
| Octal | 271 | 4 | 7 | 0 | 142 | 140 | 33 | 547 | 140 | 45 |
| Binary | 10111001 | 100 | 111 | 0 | 1100010 | 1100000 | 11011 | 101100111 | 1100000 | 100101 |
Color Harmonies of #B90407
Complementary color
Monochromatic Colors of #B90407
Black with #B90407
Text Example
Text Example
White with #B90407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90407; }
p { color: rgb(185,4,7); }
H1.HeaderClassName
{
color: #B90407;
}
.AnyTagClassName
{
color: #B90407;
}
</style>
background-color css
<style>
a { background-color: #B90407; }
a { background-color: rgb(185,4,7); }
div.DivClassName
{
background-color: #B90407;
}
.BgClassName
{
background-color: #B90407;
}
</style>
border-color css
<style>
span { border-color: #B90407; }
span { border-color: rgb(185,4,7); }
td.TdClassName
{
border-color: #B90407;
}
.TagClassName
{
border-color: #B90407;
}
</style>