Shades of Venetian Red #B5131C
Tints of Venetian Red #B5131C
RGB
CMYK
RGB Variations
Color information
#B5131C (or 0xB5131C) is known color: Venetian Red. HEX triplet: B5, 13 and 1C. RGB value is (181,19,28). Sum of RGB (Red+Green+Blue) = 181+19+28=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5131C is #4AECE3. Grayscale: #444444. Windows color (decimal): -4910308 or 1840053. OLE color: 1840053.
HSL color Cylindrical-coordinate representation of color #B5131C: hue angle of 356.67º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5131C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.29 |
| HSL | 356.67º | 0.81% | 0.39% | - |
| HSV(B) | 356.67º | 0.9% | 0.71% | - |
| XYZ | 19.5 | 10.37 | 2.07 | - |
| YUV | 68.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 28 | 0 | 0.90 | 0.85 | 0.29 | 356.67 | 0.81 | 0.39 |
| Hex | B5 | 13 | 1C | 0 | 5A | 55 | 1D | 165 | 51 | 27 |
| Octal | 265 | 23 | 34 | 0 | 132 | 125 | 35 | 545 | 121 | 47 |
| Binary | 10110101 | 10011 | 11100 | 0 | 1011010 | 1010101 | 11101 | 101100101 | 1010001 | 100111 |
Color Harmonies of #B5131C
Complementary color
Monochromatic Colors of #B5131C
Black with #B5131C
Text Example
Text Example
White with #B5131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5131C; }
p { color: rgb(181,19,28); }
H1.HeaderClassName
{
color: #B5131C;
}
.AnyTagClassName
{
color: #B5131C;
}
</style>
background-color css
<style>
a { background-color: #B5131C; }
a { background-color: rgb(181,19,28); }
div.DivClassName
{
background-color: #B5131C;
}
.BgClassName
{
background-color: #B5131C;
}
</style>
border-color css
<style>
span { border-color: #B5131C; }
span { border-color: rgb(181,19,28); }
td.TdClassName
{
border-color: #B5131C;
}
.TagClassName
{
border-color: #B5131C;
}
</style>