Shades of Venetian Red #B90307
Tints of Venetian Red #B90307
RGB
CMYK
RGB Variations
Color information
#B90307 (or 0xB90307) is known color: Venetian Red. HEX triplet: B9, 03 and 07. RGB value is (185,3,7). Sum of RGB (Red+Green+Blue) = 185+3+7=195 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.87% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 185 - color contains mainly: red. Hex color #B90307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90307 is #46FCF8. Grayscale: #3A3A3A. Windows color (decimal): -4652281 or 459705. OLE color: 459705.
HSL color Cylindrical-coordinate representation of color #B90307: hue angle of 358.68º degrees, saturation: 0.97, 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 #B90307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.27 |
| HSL | 358.68º | 0.97% | 0.37% | - |
| HSV(B) | 358.68º | 0.98% | 0.73% | - |
| XYZ | 20.08 | 10.39 | 1.15 | - |
| YUV | 57.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 7 | 0 | 0.98 | 0.96 | 0.27 | 358.68 | 0.97 | 0.37 |
| Hex | B9 | 3 | 7 | 0 | 62 | 60 | 1B | 167 | 61 | 25 |
| Octal | 271 | 3 | 7 | 0 | 142 | 140 | 33 | 547 | 141 | 45 |
| Binary | 10111001 | 11 | 111 | 0 | 1100010 | 1100000 | 11011 | 101100111 | 1100001 | 100101 |
Color Harmonies of #B90307
Complementary color
Monochromatic Colors of #B90307
Black with #B90307
Text Example
Text Example
White with #B90307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90307; }
p { color: rgb(185,3,7); }
H1.HeaderClassName
{
color: #B90307;
}
.AnyTagClassName
{
color: #B90307;
}
</style>
background-color css
<style>
a { background-color: #B90307; }
a { background-color: rgb(185,3,7); }
div.DivClassName
{
background-color: #B90307;
}
.BgClassName
{
background-color: #B90307;
}
</style>
border-color css
<style>
span { border-color: #B90307; }
span { border-color: rgb(185,3,7); }
td.TdClassName
{
border-color: #B90307;
}
.TagClassName
{
border-color: #B90307;
}
</style>