Shades of Venetian Red #B40F10
Tints of Venetian Red #B40F10
RGB
CMYK
RGB Variations
Color information
#B40F10 (or 0xB40F10) is known color: Venetian Red. HEX triplet: B4, 0F and 10. RGB value is (180,15,16). Sum of RGB (Red+Green+Blue) = 180+15+16=211 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.31% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F10 is #4BF0EF. Grayscale: #404040. Windows color (decimal): -4976880 or 1052596. OLE color: 1052596.
HSL color Cylindrical-coordinate representation of color #B40F10: hue angle of 359.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F10 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 16 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.29 |
| HSL | 359.64º | 0.85% | 0.38% | - |
| HSV(B) | 359.64º | 0.92% | 0.71% | - |
| XYZ | 19.09 | 10.08 | 1.43 | - |
| YUV | 64.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 16 | 0 | 0.92 | 0.91 | 0.29 | 359.64 | 0.85 | 0.38 |
| Hex | B4 | F | 10 | 0 | 5C | 5B | 1D | 168 | 55 | 26 |
| Octal | 264 | 17 | 20 | 0 | 134 | 133 | 35 | 550 | 125 | 46 |
| Binary | 10110100 | 1111 | 10000 | 0 | 1011100 | 1011011 | 11101 | 101101000 | 1010101 | 100110 |
Color Harmonies of #B40F10
Complementary color
Monochromatic Colors of #B40F10
Black with #B40F10
Text Example
Text Example
White with #B40F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F10; }
p { color: rgb(180,15,16); }
H1.HeaderClassName
{
color: #B40F10;
}
.AnyTagClassName
{
color: #B40F10;
}
</style>
background-color css
<style>
a { background-color: #B40F10; }
a { background-color: rgb(180,15,16); }
div.DivClassName
{
background-color: #B40F10;
}
.BgClassName
{
background-color: #B40F10;
}
</style>
border-color css
<style>
span { border-color: #B40F10; }
span { border-color: rgb(180,15,16); }
td.TdClassName
{
border-color: #B40F10;
}
.TagClassName
{
border-color: #B40F10;
}
</style>