Shades of Venetian Red #B90102
Tints of Venetian Red #B90102
RGB
CMYK
RGB Variations
Color information
#B90102 (or 0xB90102) is known color: Venetian Red. HEX triplet: B9, 01 and 02. RGB value is (185,1,2). Sum of RGB (Red+Green+Blue) = 185+1+2=188 (24% of max value = 765). Red value is 185 (72.66% from 255 or 98.40% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 185 - color contains mainly: red. Hex color #B90102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90102 is #46FEFD. Grayscale: #383838. Windows color (decimal): -4652798 or 131513. OLE color: 131513.
HSL color Cylindrical-coordinate representation of color #B90102: hue angle of 359.67º 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 #B90102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.27 |
| HSL | 359.67º | 0.99% | 0.36% | - |
| HSV(B) | 359.67º | 0.99% | 0.73% | - |
| XYZ | 20.03 | 10.34 | 1 | - |
| YUV | 56.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 2 | 0 | 0.99 | 0.99 | 0.27 | 359.67 | 0.99 | 0.36 |
| Hex | B9 | 1 | 2 | 0 | 63 | 63 | 1B | 168 | 63 | 24 |
| Octal | 271 | 1 | 2 | 0 | 143 | 143 | 33 | 550 | 143 | 44 |
| Binary | 10111001 | 1 | 10 | 0 | 1100011 | 1100011 | 11011 | 101101000 | 1100011 | 100100 |
Color Harmonies of #B90102
Complementary color
Monochromatic Colors of #B90102
Black with #B90102
Text Example
Text Example
White with #B90102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90102; }
p { color: rgb(185,1,2); }
H1.HeaderClassName
{
color: #B90102;
}
.AnyTagClassName
{
color: #B90102;
}
</style>
background-color css
<style>
a { background-color: #B90102; }
a { background-color: rgb(185,1,2); }
div.DivClassName
{
background-color: #B90102;
}
.BgClassName
{
background-color: #B90102;
}
</style>
border-color css
<style>
span { border-color: #B90102; }
span { border-color: rgb(185,1,2); }
td.TdClassName
{
border-color: #B90102;
}
.TagClassName
{
border-color: #B90102;
}
</style>