Shades of Venetian Red #B4111F
Tints of Venetian Red #B4111F
RGB
CMYK
RGB Variations
Color information
#B4111F (or 0xB4111F) is known color: Venetian Red. HEX triplet: B4, 11 and 1F. RGB value is (180,17,31). Sum of RGB (Red+Green+Blue) = 180+17+31=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4111F is #4BEEE0. Grayscale: #434343. Windows color (decimal): -4976353 or 2036148. OLE color: 2036148.
HSL color Cylindrical-coordinate representation of color #B4111F: hue angle of 354.85º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4111F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 31 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.29 |
| HSL | 354.85º | 0.83% | 0.39% | - |
| HSV(B) | 354.85º | 0.91% | 0.71% | - |
| XYZ | 19.27 | 10.2 | 2.25 | - |
| YUV | 67.33 | 107.5 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 31 | 0 | 0.91 | 0.83 | 0.29 | 354.85 | 0.83 | 0.39 |
| Hex | B4 | 11 | 1F | 0 | 5B | 53 | 1D | 163 | 53 | 27 |
| Octal | 264 | 21 | 37 | 0 | 133 | 123 | 35 | 543 | 123 | 47 |
| Binary | 10110100 | 10001 | 11111 | 0 | 1011011 | 1010011 | 11101 | 101100011 | 1010011 | 100111 |
Color Harmonies of #B4111F
Complementary color
Monochromatic Colors of #B4111F
Black with #B4111F
Text Example
Text Example
White with #B4111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4111F; }
p { color: rgb(180,17,31); }
H1.HeaderClassName
{
color: #B4111F;
}
.AnyTagClassName
{
color: #B4111F;
}
</style>
background-color css
<style>
a { background-color: #B4111F; }
a { background-color: rgb(180,17,31); }
div.DivClassName
{
background-color: #B4111F;
}
.BgClassName
{
background-color: #B4111F;
}
</style>
border-color css
<style>
span { border-color: #B4111F; }
span { border-color: rgb(180,17,31); }
td.TdClassName
{
border-color: #B4111F;
}
.TagClassName
{
border-color: #B4111F;
}
</style>