Shades of Venetian Red #B4071C
Tints of Venetian Red #B4071C
RGB
CMYK
RGB Variations
Color information
#B4071C (or 0xB4071C) is known color: Venetian Red. HEX triplet: B4, 07 and 1C. RGB value is (180,7,28). Sum of RGB (Red+Green+Blue) = 180+7+28=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B4071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4071C is #4BF8E3. Grayscale: #3D3D3D. Windows color (decimal): -4978916 or 1836980. OLE color: 1836980.
HSL color Cylindrical-coordinate representation of color #B4071C: hue angle of 352.72º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4071C is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.29 |
| HSL | 352.72º | 0.93% | 0.37% | - |
| HSV(B) | 352.72º | 0.96% | 0.71% | - |
| XYZ | 19.11 | 9.94 | 2.01 | - |
| YUV | 61.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 28 | 0 | 0.96 | 0.84 | 0.29 | 352.72 | 0.93 | 0.37 |
| Hex | B4 | 7 | 1C | 0 | 60 | 54 | 1D | 161 | 5D | 25 |
| Octal | 264 | 7 | 34 | 0 | 140 | 124 | 35 | 541 | 135 | 45 |
| Binary | 10110100 | 111 | 11100 | 0 | 1100000 | 1010100 | 11101 | 101100001 | 1011101 | 100101 |
Color Harmonies of #B4071C
Complementary color
Monochromatic Colors of #B4071C
Black with #B4071C
Text Example
Text Example
White with #B4071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4071C; }
p { color: rgb(180,7,28); }
H1.HeaderClassName
{
color: #B4071C;
}
.AnyTagClassName
{
color: #B4071C;
}
</style>
background-color css
<style>
a { background-color: #B4071C; }
a { background-color: rgb(180,7,28); }
div.DivClassName
{
background-color: #B4071C;
}
.BgClassName
{
background-color: #B4071C;
}
</style>
border-color css
<style>
span { border-color: #B4071C; }
span { border-color: rgb(180,7,28); }
td.TdClassName
{
border-color: #B4071C;
}
.TagClassName
{
border-color: #B4071C;
}
</style>