Shades of Venetian Red #B8081D
Tints of Venetian Red #B8081D
RGB
CMYK
RGB Variations
Color information
#B8081D (or 0xB8081D) is known color: Venetian Red. HEX triplet: B8, 08 and 1D. RGB value is (184,8,29). Sum of RGB (Red+Green+Blue) = 184+8+29=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8081D is #47F7E2. Grayscale: #3F3F3F. Windows color (decimal): -4716515 or 1902776. OLE color: 1902776.
HSL color Cylindrical-coordinate representation of color #B8081D: hue angle of 352.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8081D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.28 |
| HSL | 352.84º | 0.92% | 0.38% | - |
| HSV(B) | 352.84º | 0.96% | 0.72% | - |
| XYZ | 20.08 | 10.45 | 2.12 | - |
| YUV | 63.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 29 | 0 | 0.96 | 0.84 | 0.28 | 352.84 | 0.92 | 0.38 |
| Hex | B8 | 8 | 1D | 0 | 60 | 54 | 1C | 161 | 5C | 26 |
| Octal | 270 | 10 | 35 | 0 | 140 | 124 | 34 | 541 | 134 | 46 |
| Binary | 10111000 | 1000 | 11101 | 0 | 1100000 | 1010100 | 11100 | 101100001 | 1011100 | 100110 |
Color Harmonies of #B8081D
Complementary color
Monochromatic Colors of #B8081D
Black with #B8081D
Text Example
Text Example
White with #B8081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8081D; }
p { color: rgb(184,8,29); }
H1.HeaderClassName
{
color: #B8081D;
}
.AnyTagClassName
{
color: #B8081D;
}
</style>
background-color css
<style>
a { background-color: #B8081D; }
a { background-color: rgb(184,8,29); }
div.DivClassName
{
background-color: #B8081D;
}
.BgClassName
{
background-color: #B8081D;
}
</style>
border-color css
<style>
span { border-color: #B8081D; }
span { border-color: rgb(184,8,29); }
td.TdClassName
{
border-color: #B8081D;
}
.TagClassName
{
border-color: #B8081D;
}
</style>