Shades of Venetian Red #B8081C
Tints of Venetian Red #B8081C
RGB
CMYK
RGB Variations
Color information
#B8081C (or 0xB8081C) is known color: Venetian Red. HEX triplet: B8, 08 and 1C. RGB value is (184,8,28). Sum of RGB (Red+Green+Blue) = 184+8+28=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8081C is #47F7E3. Grayscale: #3E3E3E. Windows color (decimal): -4716516 or 1837240. OLE color: 1837240.
HSL color Cylindrical-coordinate representation of color #B8081C: hue angle of 353.18º 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 #B8081C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.28 |
| HSL | 353.18º | 0.92% | 0.38% | - |
| HSV(B) | 353.18º | 0.96% | 0.72% | - |
| XYZ | 20.06 | 10.45 | 2.06 | - |
| YUV | 62.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 28 | 0 | 0.96 | 0.85 | 0.28 | 353.18 | 0.92 | 0.38 |
| Hex | B8 | 8 | 1C | 0 | 60 | 55 | 1C | 161 | 5C | 26 |
| Octal | 270 | 10 | 34 | 0 | 140 | 125 | 34 | 541 | 134 | 46 |
| Binary | 10111000 | 1000 | 11100 | 0 | 1100000 | 1010101 | 11100 | 101100001 | 1011100 | 100110 |
Color Harmonies of #B8081C
Complementary color
Monochromatic Colors of #B8081C
Black with #B8081C
Text Example
Text Example
White with #B8081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8081C; }
p { color: rgb(184,8,28); }
H1.HeaderClassName
{
color: #B8081C;
}
.AnyTagClassName
{
color: #B8081C;
}
</style>
background-color css
<style>
a { background-color: #B8081C; }
a { background-color: rgb(184,8,28); }
div.DivClassName
{
background-color: #B8081C;
}
.BgClassName
{
background-color: #B8081C;
}
</style>
border-color css
<style>
span { border-color: #B8081C; }
span { border-color: rgb(184,8,28); }
td.TdClassName
{
border-color: #B8081C;
}
.TagClassName
{
border-color: #B8081C;
}
</style>