Shades of Venetian Red #B4012B
Tints of Venetian Red #B4012B
RGB
CMYK
RGB Variations
Color information
#B4012B (or 0xB4012B) is known color: Venetian Red. HEX triplet: B4, 01 and 2B. RGB value is (180,1,43). Sum of RGB (Red+Green+Blue) = 180+1+43=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B4012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4012B is #4BFED4. Grayscale: #3B3B3B. Windows color (decimal): -4980437 or 2818484. OLE color: 2818484.
HSL color Cylindrical-coordinate representation of color #B4012B: hue angle of 345.92º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4012B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.29 |
| HSL | 345.92º | 0.99% | 0.35% | - |
| HSV(B) | 345.92º | 0.99% | 0.71% | - |
| XYZ | 19.27 | 9.9 | 3.18 | - |
| YUV | 59.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 43 | 0 | 0.99 | 0.76 | 0.29 | 345.92 | 0.99 | 0.35 |
| Hex | B4 | 1 | 2B | 0 | 63 | 4C | 1D | 15A | 63 | 23 |
| Octal | 264 | 1 | 53 | 0 | 143 | 114 | 35 | 532 | 143 | 43 |
| Binary | 10110100 | 1 | 101011 | 0 | 1100011 | 1001100 | 11101 | 101011010 | 1100011 | 100011 |
Color Harmonies of #B4012B
Complementary color
Monochromatic Colors of #B4012B
Black with #B4012B
Text Example
Text Example
White with #B4012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4012B; }
p { color: rgb(180,1,43); }
H1.HeaderClassName
{
color: #B4012B;
}
.AnyTagClassName
{
color: #B4012B;
}
</style>
background-color css
<style>
a { background-color: #B4012B; }
a { background-color: rgb(180,1,43); }
div.DivClassName
{
background-color: #B4012B;
}
.BgClassName
{
background-color: #B4012B;
}
</style>
border-color css
<style>
span { border-color: #B4012B; }
span { border-color: rgb(180,1,43); }
td.TdClassName
{
border-color: #B4012B;
}
.TagClassName
{
border-color: #B4012B;
}
</style>