Shades of Venetian Red #B8091E
Tints of Venetian Red #B8091E
RGB
CMYK
RGB Variations
Color information
#B8091E (or 0xB8091E) is known color: Venetian Red. HEX triplet: B8, 09 and 1E. RGB value is (184,9,30). Sum of RGB (Red+Green+Blue) = 184+9+30=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B8091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8091E is #47F6E1. Grayscale: #3F3F3F. Windows color (decimal): -4716258 or 1968568. OLE color: 1968568.
HSL color Cylindrical-coordinate representation of color #B8091E: hue angle of 352.8º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8091E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 30 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.28 |
| HSL | 352.8º | 0.91% | 0.38% | - |
| HSV(B) | 352.8º | 0.95% | 0.72% | - |
| XYZ | 20.1 | 10.48 | 2.19 | - |
| YUV | 63.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 30 | 0 | 0.95 | 0.84 | 0.28 | 352.8 | 0.91 | 0.38 |
| Hex | B8 | 9 | 1E | 0 | 5F | 54 | 1C | 161 | 5B | 26 |
| Octal | 270 | 11 | 36 | 0 | 137 | 124 | 34 | 541 | 133 | 46 |
| Binary | 10111000 | 1001 | 11110 | 0 | 1011111 | 1010100 | 11100 | 101100001 | 1011011 | 100110 |
Color Harmonies of #B8091E
Complementary color
Monochromatic Colors of #B8091E
Black with #B8091E
Text Example
Text Example
White with #B8091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8091E; }
p { color: rgb(184,9,30); }
H1.HeaderClassName
{
color: #B8091E;
}
.AnyTagClassName
{
color: #B8091E;
}
</style>
background-color css
<style>
a { background-color: #B8091E; }
a { background-color: rgb(184,9,30); }
div.DivClassName
{
background-color: #B8091E;
}
.BgClassName
{
background-color: #B8091E;
}
</style>
border-color css
<style>
span { border-color: #B8091E; }
span { border-color: rgb(184,9,30); }
td.TdClassName
{
border-color: #B8091E;
}
.TagClassName
{
border-color: #B8091E;
}
</style>