Shades of Venetian Red #B7151C
Tints of Venetian Red #B7151C
RGB
CMYK
RGB Variations
Color information
#B7151C (or 0xB7151C) is known color: Venetian Red. HEX triplet: B7, 15 and 1C. RGB value is (183,21,28). Sum of RGB (Red+Green+Blue) = 183+21+28=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7151C is #48EAE3. Grayscale: #464646. Windows color (decimal): -4778724 or 1840567. OLE color: 1840567.
HSL color Cylindrical-coordinate representation of color #B7151C: hue angle of 357.41º degrees, saturation: 0.79, 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 #B7151C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.28 |
| HSL | 357.41º | 0.79% | 0.4% | - |
| HSV(B) | 357.41º | 0.89% | 0.72% | - |
| XYZ | 20.01 | 10.69 | 2.11 | - |
| YUV | 70.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 28 | 0 | 0.89 | 0.85 | 0.28 | 357.41 | 0.79 | 0.4 |
| Hex | B7 | 15 | 1C | 0 | 59 | 55 | 1C | 165 | 4F | 28 |
| Octal | 267 | 25 | 34 | 0 | 131 | 125 | 34 | 545 | 117 | 50 |
| Binary | 10110111 | 10101 | 11100 | 0 | 1011001 | 1010101 | 11100 | 101100101 | 1001111 | 101000 |
Color Harmonies of #B7151C
Complementary color
Monochromatic Colors of #B7151C
Black with #B7151C
Text Example
Text Example
White with #B7151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7151C; }
p { color: rgb(183,21,28); }
H1.HeaderClassName
{
color: #B7151C;
}
.AnyTagClassName
{
color: #B7151C;
}
</style>
background-color css
<style>
a { background-color: #B7151C; }
a { background-color: rgb(183,21,28); }
div.DivClassName
{
background-color: #B7151C;
}
.BgClassName
{
background-color: #B7151C;
}
</style>
border-color css
<style>
span { border-color: #B7151C; }
span { border-color: rgb(183,21,28); }
td.TdClassName
{
border-color: #B7151C;
}
.TagClassName
{
border-color: #B7151C;
}
</style>