Shades of Venetian Red #B90225
Tints of Venetian Red #B90225
RGB
CMYK
RGB Variations
Color information
#B90225 (or 0xB90225) is known color: Venetian Red. HEX triplet: B9, 02 and 25. RGB value is (185,2,37). Sum of RGB (Red+Green+Blue) = 185+2+37=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90225 is #46FDDA. Grayscale: #3C3C3C. Windows color (decimal): -4652507 or 2425529. OLE color: 2425529.
HSL color Cylindrical-coordinate representation of color #B90225: hue angle of 348.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90225 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.27 |
| HSL | 348.52º | 0.98% | 0.37% | - |
| HSV(B) | 348.52º | 0.99% | 0.73% | - |
| XYZ | 20.36 | 10.49 | 2.7 | - |
| YUV | 60.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 37 | 0 | 0.99 | 0.80 | 0.27 | 348.52 | 0.98 | 0.37 |
| Hex | B9 | 2 | 25 | 0 | 63 | 50 | 1B | 15D | 62 | 25 |
| Octal | 271 | 2 | 45 | 0 | 143 | 120 | 33 | 535 | 142 | 45 |
| Binary | 10111001 | 10 | 100101 | 0 | 1100011 | 1010000 | 11011 | 101011101 | 1100010 | 100101 |
Color Harmonies of #B90225
Complementary color
Monochromatic Colors of #B90225
Black with #B90225
Text Example
Text Example
White with #B90225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90225; }
p { color: rgb(185,2,37); }
H1.HeaderClassName
{
color: #B90225;
}
.AnyTagClassName
{
color: #B90225;
}
</style>
background-color css
<style>
a { background-color: #B90225; }
a { background-color: rgb(185,2,37); }
div.DivClassName
{
background-color: #B90225;
}
.BgClassName
{
background-color: #B90225;
}
</style>
border-color css
<style>
span { border-color: #B90225; }
span { border-color: rgb(185,2,37); }
td.TdClassName
{
border-color: #B90225;
}
.TagClassName
{
border-color: #B90225;
}
</style>