Shades of Venetian Red #B90409
Tints of Venetian Red #B90409
RGB
CMYK
RGB Variations
Color information
#B90409 (or 0xB90409) is known color: Venetian Red. HEX triplet: B9, 04 and 09. RGB value is (185,4,9). Sum of RGB (Red+Green+Blue) = 185+4+9=198 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.43% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 185 - color contains mainly: red. Hex color #B90409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90409 is #46FBF6. Grayscale: #3A3A3A. Windows color (decimal): -4652023 or 591033. OLE color: 591033.
HSL color Cylindrical-coordinate representation of color #B90409: hue angle of 358.34º 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 #B90409 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.27 |
| HSL | 358.34º | 0.96% | 0.37% | - |
| HSV(B) | 358.34º | 0.98% | 0.73% | - |
| XYZ | 20.1 | 10.42 | 1.21 | - |
| YUV | 58.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 9 | 0 | 0.98 | 0.95 | 0.27 | 358.34 | 0.96 | 0.37 |
| Hex | B9 | 4 | 9 | 0 | 62 | 5F | 1B | 166 | 60 | 25 |
| Octal | 271 | 4 | 11 | 0 | 142 | 137 | 33 | 546 | 140 | 45 |
| Binary | 10111001 | 100 | 1001 | 0 | 1100010 | 1011111 | 11011 | 101100110 | 1100000 | 100101 |
Color Harmonies of #B90409
Complementary color
Monochromatic Colors of #B90409
Black with #B90409
Text Example
Text Example
White with #B90409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90409; }
p { color: rgb(185,4,9); }
H1.HeaderClassName
{
color: #B90409;
}
.AnyTagClassName
{
color: #B90409;
}
</style>
background-color css
<style>
a { background-color: #B90409; }
a { background-color: rgb(185,4,9); }
div.DivClassName
{
background-color: #B90409;
}
.BgClassName
{
background-color: #B90409;
}
</style>
border-color css
<style>
span { border-color: #B90409; }
span { border-color: rgb(185,4,9); }
td.TdClassName
{
border-color: #B90409;
}
.TagClassName
{
border-color: #B90409;
}
</style>