Shades of Venetian Red #B4070C
Tints of Venetian Red #B4070C
RGB
CMYK
RGB Variations
Color information
#B4070C (or 0xB4070C) is known color: Venetian Red. HEX triplet: B4, 07 and 0C. RGB value is (180,7,12). Sum of RGB (Red+Green+Blue) = 180+7+12=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B4070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4070C is #4BF8F3. Grayscale: #3B3B3B. Windows color (decimal): -4978932 or 788404. OLE color: 788404.
HSL color Cylindrical-coordinate representation of color #B4070C: hue angle of 358.27º 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 #B4070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.29 |
| HSL | 358.27º | 0.93% | 0.37% | - |
| HSV(B) | 358.27º | 0.96% | 0.71% | - |
| XYZ | 18.96 | 9.88 | 1.26 | - |
| YUV | 59.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 12 | 0 | 0.96 | 0.93 | 0.29 | 358.27 | 0.93 | 0.37 |
| Hex | B4 | 7 | C | 0 | 60 | 5D | 1D | 166 | 5D | 25 |
| Octal | 264 | 7 | 14 | 0 | 140 | 135 | 35 | 546 | 135 | 45 |
| Binary | 10110100 | 111 | 1100 | 0 | 1100000 | 1011101 | 11101 | 101100110 | 1011101 | 100101 |
Color Harmonies of #B4070C
Complementary color
Monochromatic Colors of #B4070C
Black with #B4070C
Text Example
Text Example
White with #B4070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4070C; }
p { color: rgb(180,7,12); }
H1.HeaderClassName
{
color: #B4070C;
}
.AnyTagClassName
{
color: #B4070C;
}
</style>
background-color css
<style>
a { background-color: #B4070C; }
a { background-color: rgb(180,7,12); }
div.DivClassName
{
background-color: #B4070C;
}
.BgClassName
{
background-color: #B4070C;
}
</style>
border-color css
<style>
span { border-color: #B4070C; }
span { border-color: rgb(180,7,12); }
td.TdClassName
{
border-color: #B4070C;
}
.TagClassName
{
border-color: #B4070C;
}
</style>