Shades of Venetian Red #B8051F
Tints of Venetian Red #B8051F
RGB
CMYK
RGB Variations
Color information
#B8051F (or 0xB8051F) is known color: Venetian Red. HEX triplet: B8, 05 and 1F. RGB value is (184,5,31). Sum of RGB (Red+Green+Blue) = 184+5+31=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8051F is #47FAE0. Grayscale: #3D3D3D. Windows color (decimal): -4717281 or 2033080. OLE color: 2033080.
HSL color Cylindrical-coordinate representation of color #B8051F: hue angle of 351.28º 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 #B8051F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.28 |
| HSL | 351.28º | 0.95% | 0.37% | - |
| HSV(B) | 351.28º | 0.97% | 0.72% | - |
| XYZ | 20.07 | 10.4 | 2.25 | - |
| YUV | 61.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 31 | 0 | 0.97 | 0.83 | 0.28 | 351.28 | 0.95 | 0.37 |
| Hex | B8 | 5 | 1F | 0 | 61 | 53 | 1C | 15F | 5F | 25 |
| Octal | 270 | 5 | 37 | 0 | 141 | 123 | 34 | 537 | 137 | 45 |
| Binary | 10111000 | 101 | 11111 | 0 | 1100001 | 1010011 | 11100 | 101011111 | 1011111 | 100101 |
Color Harmonies of #B8051F
Complementary color
Monochromatic Colors of #B8051F
Black with #B8051F
Text Example
Text Example
White with #B8051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8051F; }
p { color: rgb(184,5,31); }
H1.HeaderClassName
{
color: #B8051F;
}
.AnyTagClassName
{
color: #B8051F;
}
</style>
background-color css
<style>
a { background-color: #B8051F; }
a { background-color: rgb(184,5,31); }
div.DivClassName
{
background-color: #B8051F;
}
.BgClassName
{
background-color: #B8051F;
}
</style>
border-color css
<style>
span { border-color: #B8051F; }
span { border-color: rgb(184,5,31); }
td.TdClassName
{
border-color: #B8051F;
}
.TagClassName
{
border-color: #B8051F;
}
</style>