Shades of Venetian Red #B4101B
Tints of Venetian Red #B4101B
RGB
CMYK
RGB Variations
Color information
#B4101B (or 0xB4101B) is known color: Venetian Red. HEX triplet: B4, 10 and 1B. RGB value is (180,16,27). Sum of RGB (Red+Green+Blue) = 180+16+27=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101B is #4BEFE4. Grayscale: #424242. Windows color (decimal): -4976613 or 1773748. OLE color: 1773748.
HSL color Cylindrical-coordinate representation of color #B4101B: hue angle of 355.98º 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 #B4101B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.29 |
| HSL | 355.98º | 0.84% | 0.38% | - |
| HSV(B) | 355.98º | 0.91% | 0.71% | - |
| XYZ | 19.21 | 10.15 | 1.98 | - |
| YUV | 66.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 27 | 0 | 0.91 | 0.85 | 0.29 | 355.98 | 0.84 | 0.38 |
| Hex | B4 | 10 | 1B | 0 | 5B | 55 | 1D | 164 | 54 | 26 |
| Octal | 264 | 20 | 33 | 0 | 133 | 125 | 35 | 544 | 124 | 46 |
| Binary | 10110100 | 10000 | 11011 | 0 | 1011011 | 1010101 | 11101 | 101100100 | 1010100 | 100110 |
Color Harmonies of #B4101B
Complementary color
Monochromatic Colors of #B4101B
Black with #B4101B
Text Example
Text Example
White with #B4101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4101B; }
p { color: rgb(180,16,27); }
H1.HeaderClassName
{
color: #B4101B;
}
.AnyTagClassName
{
color: #B4101B;
}
</style>
background-color css
<style>
a { background-color: #B4101B; }
a { background-color: rgb(180,16,27); }
div.DivClassName
{
background-color: #B4101B;
}
.BgClassName
{
background-color: #B4101B;
}
</style>
border-color css
<style>
span { border-color: #B4101B; }
span { border-color: rgb(180,16,27); }
td.TdClassName
{
border-color: #B4101B;
}
.TagClassName
{
border-color: #B4101B;
}
</style>