Shades of Venetian Red #B4121A
Tints of Venetian Red #B4121A
RGB
CMYK
RGB Variations
Color information
#B4121A (or 0xB4121A) is known color: Venetian Red. HEX triplet: B4, 12 and 1A. RGB value is (180,18,26). Sum of RGB (Red+Green+Blue) = 180+18+26=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B4121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4121A is #4BEDE5. Grayscale: #434343. Windows color (decimal): -4976102 or 1708724. OLE color: 1708724.
HSL color Cylindrical-coordinate representation of color #B4121A: hue angle of 357.04º degrees, saturation: 0.82, 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 #B4121A is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 26 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.29 |
| HSL | 357.04º | 0.82% | 0.39% | - |
| HSV(B) | 357.04º | 0.9% | 0.71% | - |
| XYZ | 19.23 | 10.21 | 1.93 | - |
| YUV | 67.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 26 | 0 | 0.9 | 0.86 | 0.29 | 357.04 | 0.82 | 0.39 |
| Hex | B4 | 12 | 1A | 0 | 5A | 56 | 1D | 165 | 52 | 27 |
| Octal | 264 | 22 | 32 | 0 | 132 | 126 | 35 | 545 | 122 | 47 |
| Binary | 10110100 | 10010 | 11010 | 0 | 1011010 | 1010110 | 11101 | 101100101 | 1010010 | 100111 |
Color Harmonies of #B4121A
Complementary color
Monochromatic Colors of #B4121A
Black with #B4121A
Text Example
Text Example
White with #B4121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4121A; }
p { color: rgb(180,18,26); }
H1.HeaderClassName
{
color: #B4121A;
}
.AnyTagClassName
{
color: #B4121A;
}
</style>
background-color css
<style>
a { background-color: #B4121A; }
a { background-color: rgb(180,18,26); }
div.DivClassName
{
background-color: #B4121A;
}
.BgClassName
{
background-color: #B4121A;
}
</style>
border-color css
<style>
span { border-color: #B4121A; }
span { border-color: rgb(180,18,26); }
td.TdClassName
{
border-color: #B4121A;
}
.TagClassName
{
border-color: #B4121A;
}
</style>