Shades of Venetian Red #B8052C
Tints of Venetian Red #B8052C
RGB
CMYK
RGB Variations
Color information
#B8052C (or 0xB8052C) is known color: Venetian Red. HEX triplet: B8, 05 and 2C. RGB value is (184,5,44). Sum of RGB (Red+Green+Blue) = 184+5+44=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052C is #47FAD3. Grayscale: #3E3E3E. Windows color (decimal): -4717268 or 2885048. OLE color: 2885048.
HSL color Cylindrical-coordinate representation of color #B8052C: hue angle of 346.93º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8052C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.28 |
| HSL | 346.93º | 0.95% | 0.37% | - |
| HSV(B) | 346.93º | 0.97% | 0.72% | - |
| XYZ | 20.28 | 10.48 | 3.34 | - |
| YUV | 62.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 44 | 0 | 0.97 | 0.76 | 0.28 | 346.93 | 0.95 | 0.37 |
| Hex | B8 | 5 | 2C | 0 | 61 | 4C | 1C | 15B | 5F | 25 |
| Octal | 270 | 5 | 54 | 0 | 141 | 114 | 34 | 533 | 137 | 45 |
| Binary | 10111000 | 101 | 101100 | 0 | 1100001 | 1001100 | 11100 | 101011011 | 1011111 | 100101 |
Color Harmonies of #B8052C
Complementary color
Monochromatic Colors of #B8052C
Black with #B8052C
Text Example
Text Example
White with #B8052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8052C; }
p { color: rgb(184,5,44); }
H1.HeaderClassName
{
color: #B8052C;
}
.AnyTagClassName
{
color: #B8052C;
}
</style>
background-color css
<style>
a { background-color: #B8052C; }
a { background-color: rgb(184,5,44); }
div.DivClassName
{
background-color: #B8052C;
}
.BgClassName
{
background-color: #B8052C;
}
</style>
border-color css
<style>
span { border-color: #B8052C; }
span { border-color: rgb(184,5,44); }
td.TdClassName
{
border-color: #B8052C;
}
.TagClassName
{
border-color: #B8052C;
}
</style>