Shades of Venetian Red #B4101E
Tints of Venetian Red #B4101E
RGB
CMYK
RGB Variations
Color information
#B4101E (or 0xB4101E) is known color: Venetian Red. HEX triplet: B4, 10 and 1E. RGB value is (180,16,30). Sum of RGB (Red+Green+Blue) = 180+16+30=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101E is #4BEFE1. Grayscale: #424242. Windows color (decimal): -4976610 or 1970356. OLE color: 1970356.
HSL color Cylindrical-coordinate representation of color #B4101E: hue angle of 354.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4101E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 30 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.29 |
| HSL | 354.88º | 0.84% | 0.38% | - |
| HSV(B) | 354.88º | 0.91% | 0.71% | - |
| XYZ | 19.24 | 10.17 | 2.18 | - |
| YUV | 66.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 30 | 0 | 0.91 | 0.83 | 0.29 | 354.88 | 0.84 | 0.38 |
| Hex | B4 | 10 | 1E | 0 | 5B | 53 | 1D | 163 | 54 | 26 |
| Octal | 264 | 20 | 36 | 0 | 133 | 123 | 35 | 543 | 124 | 46 |
| Binary | 10110100 | 10000 | 11110 | 0 | 1011011 | 1010011 | 11101 | 101100011 | 1010100 | 100110 |
Color Harmonies of #B4101E
Complementary color
Monochromatic Colors of #B4101E
Black with #B4101E
Text Example
Text Example
White with #B4101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4101E; }
p { color: rgb(180,16,30); }
H1.HeaderClassName
{
color: #B4101E;
}
.AnyTagClassName
{
color: #B4101E;
}
</style>
background-color css
<style>
a { background-color: #B4101E; }
a { background-color: rgb(180,16,30); }
div.DivClassName
{
background-color: #B4101E;
}
.BgClassName
{
background-color: #B4101E;
}
</style>
border-color css
<style>
span { border-color: #B4101E; }
span { border-color: rgb(180,16,30); }
td.TdClassName
{
border-color: #B4101E;
}
.TagClassName
{
border-color: #B4101E;
}
</style>