Shades of Venetian Red #B50325
Tints of Venetian Red #B50325
RGB
CMYK
RGB Variations
Color information
#B50325 (or 0xB50325) is known color: Venetian Red. HEX triplet: B5, 03 and 25. RGB value is (181,3,37). Sum of RGB (Red+Green+Blue) = 181+3+37=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50325 is #4AFCDA. Grayscale: #3C3C3C. Windows color (decimal): -4914395 or 2425781. OLE color: 2425781.
HSL color Cylindrical-coordinate representation of color #B50325: hue angle of 348.54º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50325 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.29 |
| HSL | 348.54º | 0.97% | 0.36% | - |
| HSV(B) | 348.54º | 0.98% | 0.71% | - |
| XYZ | 19.42 | 10.02 | 2.66 | - |
| YUV | 60.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 37 | 0 | 0.98 | 0.80 | 0.29 | 348.54 | 0.97 | 0.36 |
| Hex | B5 | 3 | 25 | 0 | 62 | 50 | 1D | 15D | 61 | 24 |
| Octal | 265 | 3 | 45 | 0 | 142 | 120 | 35 | 535 | 141 | 44 |
| Binary | 10110101 | 11 | 100101 | 0 | 1100010 | 1010000 | 11101 | 101011101 | 1100001 | 100100 |
Color Harmonies of #B50325
Complementary color
Monochromatic Colors of #B50325
Black with #B50325
Text Example
Text Example
White with #B50325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50325; }
p { color: rgb(181,3,37); }
H1.HeaderClassName
{
color: #B50325;
}
.AnyTagClassName
{
color: #B50325;
}
</style>
background-color css
<style>
a { background-color: #B50325; }
a { background-color: rgb(181,3,37); }
div.DivClassName
{
background-color: #B50325;
}
.BgClassName
{
background-color: #B50325;
}
</style>
border-color css
<style>
span { border-color: #B50325; }
span { border-color: rgb(181,3,37); }
td.TdClassName
{
border-color: #B50325;
}
.TagClassName
{
border-color: #B50325;
}
</style>