Shades of Venetian Red #B4011F
Tints of Venetian Red #B4011F
RGB
CMYK
RGB Variations
Color information
#B4011F (or 0xB4011F) is known color: Venetian Red. HEX triplet: B4, 01 and 1F. RGB value is (180,1,31). Sum of RGB (Red+Green+Blue) = 180+1+31=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B4011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4011F is #4BFEE0. Grayscale: #3A3A3A. Windows color (decimal): -4980449 or 2032052. OLE color: 2032052.
HSL color Cylindrical-coordinate representation of color #B4011F: hue angle of 349.94º 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 #B4011F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.29 |
| HSL | 349.94º | 0.99% | 0.35% | - |
| HSV(B) | 349.94º | 0.99% | 0.71% | - |
| XYZ | 19.08 | 9.82 | 2.19 | - |
| YUV | 57.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 31 | 0 | 0.99 | 0.83 | 0.29 | 349.94 | 0.99 | 0.35 |
| Hex | B4 | 1 | 1F | 0 | 63 | 53 | 1D | 15E | 63 | 23 |
| Octal | 264 | 1 | 37 | 0 | 143 | 123 | 35 | 536 | 143 | 43 |
| Binary | 10110100 | 1 | 11111 | 0 | 1100011 | 1010011 | 11101 | 101011110 | 1100011 | 100011 |
Color Harmonies of #B4011F
Complementary color
Monochromatic Colors of #B4011F
Black with #B4011F
Text Example
Text Example
White with #B4011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4011F; }
p { color: rgb(180,1,31); }
H1.HeaderClassName
{
color: #B4011F;
}
.AnyTagClassName
{
color: #B4011F;
}
</style>
background-color css
<style>
a { background-color: #B4011F; }
a { background-color: rgb(180,1,31); }
div.DivClassName
{
background-color: #B4011F;
}
.BgClassName
{
background-color: #B4011F;
}
</style>
border-color css
<style>
span { border-color: #B4011F; }
span { border-color: rgb(180,1,31); }
td.TdClassName
{
border-color: #B4011F;
}
.TagClassName
{
border-color: #B4011F;
}
</style>