Shades of Venetian Red #B8031F
Tints of Venetian Red #B8031F
RGB
CMYK
RGB Variations
Color information
#B8031F (or 0xB8031F) is known color: Venetian Red. HEX triplet: B8, 03 and 1F. RGB value is (184,3,31). Sum of RGB (Red+Green+Blue) = 184+3+31=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8031F is #47FCE0. Grayscale: #3C3C3C. Windows color (decimal): -4717793 or 2032568. OLE color: 2032568.
HSL color Cylindrical-coordinate representation of color #B8031F: hue angle of 350.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8031F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.28 |
| HSL | 350.72º | 0.97% | 0.37% | - |
| HSV(B) | 350.72º | 0.98% | 0.72% | - |
| XYZ | 20.05 | 10.35 | 2.24 | - |
| YUV | 60.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 31 | 0 | 0.98 | 0.83 | 0.28 | 350.72 | 0.97 | 0.37 |
| Hex | B8 | 3 | 1F | 0 | 62 | 53 | 1C | 15F | 61 | 25 |
| Octal | 270 | 3 | 37 | 0 | 142 | 123 | 34 | 537 | 141 | 45 |
| Binary | 10111000 | 11 | 11111 | 0 | 1100010 | 1010011 | 11100 | 101011111 | 1100001 | 100101 |
Color Harmonies of #B8031F
Complementary color
Monochromatic Colors of #B8031F
Black with #B8031F
Text Example
Text Example
White with #B8031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8031F; }
p { color: rgb(184,3,31); }
H1.HeaderClassName
{
color: #B8031F;
}
.AnyTagClassName
{
color: #B8031F;
}
</style>
background-color css
<style>
a { background-color: #B8031F; }
a { background-color: rgb(184,3,31); }
div.DivClassName
{
background-color: #B8031F;
}
.BgClassName
{
background-color: #B8031F;
}
</style>
border-color css
<style>
span { border-color: #B8031F; }
span { border-color: rgb(184,3,31); }
td.TdClassName
{
border-color: #B8031F;
}
.TagClassName
{
border-color: #B8031F;
}
</style>