Shades of Venetian Red #B8020E
Tints of Venetian Red #B8020E
RGB
CMYK
RGB Variations
Color information
#B8020E (or 0xB8020E) is known color: Venetian Red. HEX triplet: B8, 02 and 0E. RGB value is (184,2,14). Sum of RGB (Red+Green+Blue) = 184+2+14=200 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 184 - color contains mainly: red. Hex color #B8020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8020E is #47FDF1. Grayscale: #393939. Windows color (decimal): -4718066 or 918200. OLE color: 918200.
HSL color Cylindrical-coordinate representation of color #B8020E: hue angle of 356.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8020E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.28 |
| HSL | 356.04º | 0.98% | 0.36% | - |
| HSV(B) | 356.04º | 0.99% | 0.72% | - |
| XYZ | 19.87 | 10.27 | 1.35 | - |
| YUV | 57.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 14 | 0 | 0.99 | 0.92 | 0.28 | 356.04 | 0.98 | 0.36 |
| Hex | B8 | 2 | E | 0 | 63 | 5C | 1C | 164 | 62 | 24 |
| Octal | 270 | 2 | 16 | 0 | 143 | 134 | 34 | 544 | 142 | 44 |
| Binary | 10111000 | 10 | 1110 | 0 | 1100011 | 1011100 | 11100 | 101100100 | 1100010 | 100100 |
Color Harmonies of #B8020E
Complementary color
Monochromatic Colors of #B8020E
Black with #B8020E
Text Example
Text Example
White with #B8020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8020E; }
p { color: rgb(184,2,14); }
H1.HeaderClassName
{
color: #B8020E;
}
.AnyTagClassName
{
color: #B8020E;
}
</style>
background-color css
<style>
a { background-color: #B8020E; }
a { background-color: rgb(184,2,14); }
div.DivClassName
{
background-color: #B8020E;
}
.BgClassName
{
background-color: #B8020E;
}
</style>
border-color css
<style>
span { border-color: #B8020E; }
span { border-color: rgb(184,2,14); }
td.TdClassName
{
border-color: #B8020E;
}
.TagClassName
{
border-color: #B8020E;
}
</style>