Shades of Venetian Red #B8111E
Tints of Venetian Red #B8111E
RGB
CMYK
RGB Variations
Color information
#B8111E (or 0xB8111E) is known color: Venetian Red. HEX triplet: B8, 11 and 1E. RGB value is (184,17,30). Sum of RGB (Red+Green+Blue) = 184+17+30=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8111E is #47EEE1. Grayscale: #444444. Windows color (decimal): -4714210 or 1970616. OLE color: 1970616.
HSL color Cylindrical-coordinate representation of color #B8111E: hue angle of 355.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8111E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.28 |
| HSL | 355.33º | 0.83% | 0.39% | - |
| HSV(B) | 355.33º | 0.91% | 0.72% | - |
| XYZ | 20.2 | 10.68 | 2.23 | - |
| YUV | 68.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 30 | 0 | 0.91 | 0.84 | 0.28 | 355.33 | 0.83 | 0.39 |
| Hex | B8 | 11 | 1E | 0 | 5B | 54 | 1C | 163 | 53 | 27 |
| Octal | 270 | 21 | 36 | 0 | 133 | 124 | 34 | 543 | 123 | 47 |
| Binary | 10111000 | 10001 | 11110 | 0 | 1011011 | 1010100 | 11100 | 101100011 | 1010011 | 100111 |
Color Harmonies of #B8111E
Complementary color
Monochromatic Colors of #B8111E
Black with #B8111E
Text Example
Text Example
White with #B8111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8111E; }
p { color: rgb(184,17,30); }
H1.HeaderClassName
{
color: #B8111E;
}
.AnyTagClassName
{
color: #B8111E;
}
</style>
background-color css
<style>
a { background-color: #B8111E; }
a { background-color: rgb(184,17,30); }
div.DivClassName
{
background-color: #B8111E;
}
.BgClassName
{
background-color: #B8111E;
}
</style>
border-color css
<style>
span { border-color: #B8111E; }
span { border-color: rgb(184,17,30); }
td.TdClassName
{
border-color: #B8111E;
}
.TagClassName
{
border-color: #B8111E;
}
</style>