Shades of Venetian Red #B40017
Tints of Venetian Red #B40017
RGB
CMYK
RGB Variations
Color information
#B40017 (or 0xB40017) is known color: Venetian Red. HEX triplet: B4, 00 and 17. RGB value is (180,0,23). Sum of RGB (Red+Green+Blue) = 180+0+23=203 (26% of max value = 765). Red value is 180 (70.70% from 255 or 88.67% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 180 - color contains mainly: red. Hex color #B40017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40017 is #4BFFE8. Grayscale: #383838. Windows color (decimal): -4980713 or 1507508. OLE color: 1507508.
HSL color Cylindrical-coordinate representation of color #B40017: hue angle of 352.33º 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 #B40017 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.87 | 0.29 |
| HSL | 352.33º | 1% | 0.35% | - |
| HSV(B) | 352.33º | 1% | 0.71% | - |
| XYZ | 18.98 | 9.77 | 1.7 | - |
| YUV | 56.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 23 | 0 | 1 | 0.87 | 0.29 | 352.33 | 1 | 0.35 |
| Hex | B4 | 0 | 17 | 0 | 64 | 57 | 1D | 160 | 64 | 23 |
| Octal | 264 | 0 | 27 | 0 | 144 | 127 | 35 | 540 | 144 | 43 |
| Binary | 10110100 | 0 | 10111 | 0 | 1100100 | 1010111 | 11101 | 101100000 | 1100100 | 100011 |
Color Harmonies of #B40017
Complementary color
Monochromatic Colors of #B40017
Black with #B40017
Text Example
Text Example
White with #B40017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40017; }
p { color: rgb(180,0,23); }
H1.HeaderClassName
{
color: #B40017;
}
.AnyTagClassName
{
color: #B40017;
}
</style>
background-color css
<style>
a { background-color: #B40017; }
a { background-color: rgb(180,0,23); }
div.DivClassName
{
background-color: #B40017;
}
.BgClassName
{
background-color: #B40017;
}
</style>
border-color css
<style>
span { border-color: #B40017; }
span { border-color: rgb(180,0,23); }
td.TdClassName
{
border-color: #B40017;
}
.TagClassName
{
border-color: #B40017;
}
</style>