Shades of Venetian Red #B4000F
Tints of Venetian Red #B4000F
RGB
CMYK
RGB Variations
Color information
#B4000F (or 0xB4000F) is known color: Venetian Red. HEX triplet: B4, 00 and 0F. RGB value is (180,0,15). Sum of RGB (Red+Green+Blue) = 180+0+15=195 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.31% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 180 - color contains mainly: red. Hex color #B4000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4000F is #4BFFF0. Grayscale: #373737. Windows color (decimal): -4980721 or 983220. OLE color: 983220.
HSL color Cylindrical-coordinate representation of color #B4000F: hue angle of 355º 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 #B4000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.29 |
| HSL | 355º | 1% | 0.35% | - |
| HSV(B) | 355º | 1% | 0.71% | - |
| XYZ | 18.91 | 9.74 | 1.33 | - |
| YUV | 55.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 15 | 0 | 1 | 0.92 | 0.29 | 355 | 1 | 0.35 |
| Hex | B4 | 0 | F | 0 | 64 | 5C | 1D | 163 | 64 | 23 |
| Octal | 264 | 0 | 17 | 0 | 144 | 134 | 35 | 543 | 144 | 43 |
| Binary | 10110100 | 0 | 1111 | 0 | 1100100 | 1011100 | 11101 | 101100011 | 1100100 | 100011 |
Color Harmonies of #B4000F
Complementary color
Monochromatic Colors of #B4000F
Black with #B4000F
Text Example
Text Example
White with #B4000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4000F; }
p { color: rgb(180,0,15); }
H1.HeaderClassName
{
color: #B4000F;
}
.AnyTagClassName
{
color: #B4000F;
}
</style>
background-color css
<style>
a { background-color: #B4000F; }
a { background-color: rgb(180,0,15); }
div.DivClassName
{
background-color: #B4000F;
}
.BgClassName
{
background-color: #B4000F;
}
</style>
border-color css
<style>
span { border-color: #B4000F; }
span { border-color: rgb(180,0,15); }
td.TdClassName
{
border-color: #B4000F;
}
.TagClassName
{
border-color: #B4000F;
}
</style>