Shades of Venetian Red #B5011C
Tints of Venetian Red #B5011C
RGB
CMYK
RGB Variations
Color information
#B5011C (or 0xB5011C) is known color: Venetian Red. HEX triplet: B5, 01 and 1C. RGB value is (181,1,28). Sum of RGB (Red+Green+Blue) = 181+1+28=210 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.19% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 181 - color contains mainly: red. Hex color #B5011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5011C is #4AFEE3. Grayscale: #393939. Windows color (decimal): -4914916 or 1835445. OLE color: 1835445.
HSL color Cylindrical-coordinate representation of color #B5011C: hue angle of 351º degrees, saturation: 0.99, 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 #B5011C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.29 |
| HSL | 351º | 0.99% | 0.36% | - |
| HSV(B) | 351º | 0.99% | 0.71% | - |
| XYZ | 19.28 | 9.93 | 2 | - |
| YUV | 57.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 28 | 0 | 0.99 | 0.85 | 0.29 | 351 | 0.99 | 0.36 |
| Hex | B5 | 1 | 1C | 0 | 63 | 55 | 1D | 15F | 63 | 24 |
| Octal | 265 | 1 | 34 | 0 | 143 | 125 | 35 | 537 | 143 | 44 |
| Binary | 10110101 | 1 | 11100 | 0 | 1100011 | 1010101 | 11101 | 101011111 | 1100011 | 100100 |
Color Harmonies of #B5011C
Complementary color
Monochromatic Colors of #B5011C
Black with #B5011C
Text Example
Text Example
White with #B5011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5011C; }
p { color: rgb(181,1,28); }
H1.HeaderClassName
{
color: #B5011C;
}
.AnyTagClassName
{
color: #B5011C;
}
</style>
background-color css
<style>
a { background-color: #B5011C; }
a { background-color: rgb(181,1,28); }
div.DivClassName
{
background-color: #B5011C;
}
.BgClassName
{
background-color: #B5011C;
}
</style>
border-color css
<style>
span { border-color: #B5011C; }
span { border-color: rgb(181,1,28); }
td.TdClassName
{
border-color: #B5011C;
}
.TagClassName
{
border-color: #B5011C;
}
</style>