Shades of Venetian Red #B80018
Tints of Venetian Red #B80018
RGB
CMYK
RGB Variations
Color information
#B80018 (or 0xB80018) is known color: Venetian Red. HEX triplet: B8, 00 and 18. RGB value is (184,0,24). Sum of RGB (Red+Green+Blue) = 184+0+24=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80018 is #47FFE7. Grayscale: #393939. Windows color (decimal): -4718568 or 1573048. OLE color: 1573048.
HSL color Cylindrical-coordinate representation of color #B80018: hue angle of 352.17º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80018 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.87 | 0.28 |
| HSL | 352.17º | 1% | 0.36% | - |
| HSV(B) | 352.17º | 1% | 0.72% | - |
| XYZ | 19.93 | 10.26 | 1.79 | - |
| YUV | 57.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 24 | 0 | 1 | 0.87 | 0.28 | 352.17 | 1 | 0.36 |
| Hex | B8 | 0 | 18 | 0 | 64 | 57 | 1C | 160 | 64 | 24 |
| Octal | 270 | 0 | 30 | 0 | 144 | 127 | 34 | 540 | 144 | 44 |
| Binary | 10111000 | 0 | 11000 | 0 | 1100100 | 1010111 | 11100 | 101100000 | 1100100 | 100100 |
Color Harmonies of #B80018
Complementary color
Monochromatic Colors of #B80018
Black with #B80018
Text Example
Text Example
White with #B80018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80018; }
p { color: rgb(184,0,24); }
H1.HeaderClassName
{
color: #B80018;
}
.AnyTagClassName
{
color: #B80018;
}
</style>
background-color css
<style>
a { background-color: #B80018; }
a { background-color: rgb(184,0,24); }
div.DivClassName
{
background-color: #B80018;
}
.BgClassName
{
background-color: #B80018;
}
</style>
border-color css
<style>
span { border-color: #B80018; }
span { border-color: rgb(184,0,24); }
td.TdClassName
{
border-color: #B80018;
}
.TagClassName
{
border-color: #B80018;
}
</style>