Shades of Venetian Red #B8041D
Tints of Venetian Red #B8041D
RGB
CMYK
RGB Variations
Color information
#B8041D (or 0xB8041D) is known color: Venetian Red. HEX triplet: B8, 04 and 1D. RGB value is (184,4,29). Sum of RGB (Red+Green+Blue) = 184+4+29=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B8041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8041D is #47FBE2. Grayscale: #3C3C3C. Windows color (decimal): -4717539 or 1901752. OLE color: 1901752.
HSL color Cylindrical-coordinate representation of color #B8041D: hue angle of 351.67º degrees, saturation: 0.96, 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 #B8041D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.28 |
| HSL | 351.67º | 0.96% | 0.37% | - |
| HSV(B) | 351.67º | 0.98% | 0.72% | - |
| XYZ | 20.03 | 10.37 | 2.11 | - |
| YUV | 60.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 29 | 0 | 0.98 | 0.84 | 0.28 | 351.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 1D | 0 | 62 | 54 | 1C | 160 | 60 | 25 |
| Octal | 270 | 4 | 35 | 0 | 142 | 124 | 34 | 540 | 140 | 45 |
| Binary | 10111000 | 100 | 11101 | 0 | 1100010 | 1010100 | 11100 | 101100000 | 1100000 | 100101 |
Color Harmonies of #B8041D
Complementary color
Monochromatic Colors of #B8041D
Black with #B8041D
Text Example
Text Example
White with #B8041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8041D; }
p { color: rgb(184,4,29); }
H1.HeaderClassName
{
color: #B8041D;
}
.AnyTagClassName
{
color: #B8041D;
}
</style>
background-color css
<style>
a { background-color: #B8041D; }
a { background-color: rgb(184,4,29); }
div.DivClassName
{
background-color: #B8041D;
}
.BgClassName
{
background-color: #B8041D;
}
</style>
border-color css
<style>
span { border-color: #B8041D; }
span { border-color: rgb(184,4,29); }
td.TdClassName
{
border-color: #B8041D;
}
.TagClassName
{
border-color: #B8041D;
}
</style>