Shades of Venetian Red #B50213
Tints of Venetian Red #B50213
RGB
CMYK
RGB Variations
Color information
#B50213 (or 0xB50213) is known color: Venetian Red. HEX triplet: B5, 02 and 13. RGB value is (181,2,19). Sum of RGB (Red+Green+Blue) = 181+2+19=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B50213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50213 is #4AFDEC. Grayscale: #393939. Windows color (decimal): -4914669 or 1245877. OLE color: 1245877.
HSL color Cylindrical-coordinate representation of color #B50213: hue angle of 354.3º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.29 |
| HSL | 354.3º | 0.98% | 0.36% | - |
| HSV(B) | 354.3º | 0.99% | 0.71% | - |
| XYZ | 19.2 | 9.91 | 1.52 | - |
| YUV | 57.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 19 | 0 | 0.99 | 0.90 | 0.29 | 354.3 | 0.98 | 0.36 |
| Hex | B5 | 2 | 13 | 0 | 63 | 5A | 1D | 162 | 62 | 24 |
| Octal | 265 | 2 | 23 | 0 | 143 | 132 | 35 | 542 | 142 | 44 |
| Binary | 10110101 | 10 | 10011 | 0 | 1100011 | 1011010 | 11101 | 101100010 | 1100010 | 100100 |
Color Harmonies of #B50213
Complementary color
Monochromatic Colors of #B50213
Black with #B50213
Text Example
Text Example
White with #B50213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50213; }
p { color: rgb(181,2,19); }
H1.HeaderClassName
{
color: #B50213;
}
.AnyTagClassName
{
color: #B50213;
}
</style>
background-color css
<style>
a { background-color: #B50213; }
a { background-color: rgb(181,2,19); }
div.DivClassName
{
background-color: #B50213;
}
.BgClassName
{
background-color: #B50213;
}
</style>
border-color css
<style>
span { border-color: #B50213; }
span { border-color: rgb(181,2,19); }
td.TdClassName
{
border-color: #B50213;
}
.TagClassName
{
border-color: #B50213;
}
</style>