Shades of Venetian Red #B8151B
Tints of Venetian Red #B8151B
RGB
CMYK
RGB Variations
Color information
#B8151B (or 0xB8151B) is known color: Venetian Red. HEX triplet: B8, 15 and 1B. RGB value is (184,21,27). Sum of RGB (Red+Green+Blue) = 184+21+27=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8151B is #47EAE4. Grayscale: #464646. Windows color (decimal): -4713189 or 1775032. OLE color: 1775032.
HSL color Cylindrical-coordinate representation of color #B8151B: hue angle of 357.79º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8151B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.28 |
| HSL | 357.79º | 0.8% | 0.4% | - |
| HSV(B) | 357.79º | 0.89% | 0.72% | - |
| XYZ | 20.23 | 10.81 | 2.06 | - |
| YUV | 70.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 27 | 0 | 0.89 | 0.85 | 0.28 | 357.79 | 0.8 | 0.4 |
| Hex | B8 | 15 | 1B | 0 | 59 | 55 | 1C | 166 | 50 | 28 |
| Octal | 270 | 25 | 33 | 0 | 131 | 125 | 34 | 546 | 120 | 50 |
| Binary | 10111000 | 10101 | 11011 | 0 | 1011001 | 1010101 | 11100 | 101100110 | 1010000 | 101000 |
Color Harmonies of #B8151B
Complementary color
Monochromatic Colors of #B8151B
Black with #B8151B
Text Example
Text Example
White with #B8151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8151B; }
p { color: rgb(184,21,27); }
H1.HeaderClassName
{
color: #B8151B;
}
.AnyTagClassName
{
color: #B8151B;
}
</style>
background-color css
<style>
a { background-color: #B8151B; }
a { background-color: rgb(184,21,27); }
div.DivClassName
{
background-color: #B8151B;
}
.BgClassName
{
background-color: #B8151B;
}
</style>
border-color css
<style>
span { border-color: #B8151B; }
span { border-color: rgb(184,21,27); }
td.TdClassName
{
border-color: #B8151B;
}
.TagClassName
{
border-color: #B8151B;
}
</style>