Shades of Venetian Red #B4002B
Tints of Venetian Red #B4002B
RGB
CMYK
RGB Variations
Color information
#B4002B (or 0xB4002B) is known color: Venetian Red. HEX triplet: B4, 00 and 2B. RGB value is (180,0,43). Sum of RGB (Red+Green+Blue) = 180+0+43=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B4002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4002B is #4BFFD4. Grayscale: #3A3A3A. Windows color (decimal): -4980693 or 2818228. OLE color: 2818228.
HSL color Cylindrical-coordinate representation of color #B4002B: hue angle of 345.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4002B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.76 | 0.29 |
| HSL | 345.67º | 1% | 0.35% | - |
| HSV(B) | 345.67º | 1% | 0.71% | - |
| XYZ | 19.26 | 9.88 | 3.18 | - |
| YUV | 58.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 43 | 0 | 1 | 0.76 | 0.29 | 345.67 | 1 | 0.35 |
| Hex | B4 | 0 | 2B | 0 | 64 | 4C | 1D | 15A | 64 | 23 |
| Octal | 264 | 0 | 53 | 0 | 144 | 114 | 35 | 532 | 144 | 43 |
| Binary | 10110100 | 0 | 101011 | 0 | 1100100 | 1001100 | 11101 | 101011010 | 1100100 | 100011 |
Color Harmonies of #B4002B
Complementary color
Monochromatic Colors of #B4002B
Black with #B4002B
Text Example
Text Example
White with #B4002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4002B; }
p { color: rgb(180,0,43); }
H1.HeaderClassName
{
color: #B4002B;
}
.AnyTagClassName
{
color: #B4002B;
}
</style>
background-color css
<style>
a { background-color: #B4002B; }
a { background-color: rgb(180,0,43); }
div.DivClassName
{
background-color: #B4002B;
}
.BgClassName
{
background-color: #B4002B;
}
</style>
border-color css
<style>
span { border-color: #B4002B; }
span { border-color: rgb(180,0,43); }
td.TdClassName
{
border-color: #B4002B;
}
.TagClassName
{
border-color: #B4002B;
}
</style>