Shades of Venetian Red #B90127
Tints of Venetian Red #B90127
RGB
CMYK
RGB Variations
Color information
#B90127 (or 0xB90127) is known color: Venetian Red. HEX triplet: B9, 01 and 27. RGB value is (185,1,39). Sum of RGB (Red+Green+Blue) = 185+1+39=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B90127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90127 is #46FED8. Grayscale: #3C3C3C. Windows color (decimal): -4652761 or 2556345. OLE color: 2556345.
HSL color Cylindrical-coordinate representation of color #B90127: hue angle of 347.61º 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 #B90127 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.27 |
| HSL | 347.61º | 0.99% | 0.36% | - |
| HSV(B) | 347.61º | 0.99% | 0.73% | - |
| XYZ | 20.38 | 10.48 | 2.87 | - |
| YUV | 60.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 39 | 0 | 0.99 | 0.79 | 0.27 | 347.61 | 0.99 | 0.36 |
| Hex | B9 | 1 | 27 | 0 | 63 | 4F | 1B | 15C | 63 | 24 |
| Octal | 271 | 1 | 47 | 0 | 143 | 117 | 33 | 534 | 143 | 44 |
| Binary | 10111001 | 1 | 100111 | 0 | 1100011 | 1001111 | 11011 | 101011100 | 1100011 | 100100 |
Color Harmonies of #B90127
Complementary color
Monochromatic Colors of #B90127
Black with #B90127
Text Example
Text Example
White with #B90127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90127; }
p { color: rgb(185,1,39); }
H1.HeaderClassName
{
color: #B90127;
}
.AnyTagClassName
{
color: #B90127;
}
</style>
background-color css
<style>
a { background-color: #B90127; }
a { background-color: rgb(185,1,39); }
div.DivClassName
{
background-color: #B90127;
}
.BgClassName
{
background-color: #B90127;
}
</style>
border-color css
<style>
span { border-color: #B90127; }
span { border-color: rgb(185,1,39); }
td.TdClassName
{
border-color: #B90127;
}
.TagClassName
{
border-color: #B90127;
}
</style>