Shades of Venetian Red #B90110
Tints of Venetian Red #B90110
RGB
CMYK
RGB Variations
Color information
#B90110 (or 0xB90110) is known color: Venetian Red. HEX triplet: B9, 01 and 10. RGB value is (185,1,16). Sum of RGB (Red+Green+Blue) = 185+1+16=202 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.58% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 185 - color contains mainly: red. Hex color #B90110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90110 is #46FEEF. Grayscale: #393939. Windows color (decimal): -4652784 or 1049017. OLE color: 1049017.
HSL color Cylindrical-coordinate representation of color #B90110: hue angle of 355.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90110 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.27 |
| HSL | 355.11º | 0.99% | 0.36% | - |
| HSV(B) | 355.11º | 0.99% | 0.73% | - |
| XYZ | 20.11 | 10.37 | 1.43 | - |
| YUV | 57.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 16 | 0 | 0.99 | 0.91 | 0.27 | 355.11 | 0.99 | 0.36 |
| Hex | B9 | 1 | 10 | 0 | 63 | 5B | 1B | 163 | 63 | 24 |
| Octal | 271 | 1 | 20 | 0 | 143 | 133 | 33 | 543 | 143 | 44 |
| Binary | 10111001 | 1 | 10000 | 0 | 1100011 | 1011011 | 11011 | 101100011 | 1100011 | 100100 |
Color Harmonies of #B90110
Complementary color
Monochromatic Colors of #B90110
Black with #B90110
Text Example
Text Example
White with #B90110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90110; }
p { color: rgb(185,1,16); }
H1.HeaderClassName
{
color: #B90110;
}
.AnyTagClassName
{
color: #B90110;
}
</style>
background-color css
<style>
a { background-color: #B90110; }
a { background-color: rgb(185,1,16); }
div.DivClassName
{
background-color: #B90110;
}
.BgClassName
{
background-color: #B90110;
}
</style>
border-color css
<style>
span { border-color: #B90110; }
span { border-color: rgb(185,1,16); }
td.TdClassName
{
border-color: #B90110;
}
.TagClassName
{
border-color: #B90110;
}
</style>