Shades of Venetian Red #B8080F
Tints of Venetian Red #B8080F
RGB
CMYK
RGB Variations
Color information
#B8080F (or 0xB8080F) is known color: Venetian Red. HEX triplet: B8, 08 and 0F. RGB value is (184,8,15). Sum of RGB (Red+Green+Blue) = 184+8+15=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080F is #47F7F0. Grayscale: #3D3D3D. Windows color (decimal): -4716529 or 985272. OLE color: 985272.
HSL color Cylindrical-coordinate representation of color #B8080F: hue angle of 357.61º 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 #B8080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.28 |
| HSL | 357.61º | 0.92% | 0.38% | - |
| HSV(B) | 357.61º | 0.96% | 0.72% | - |
| XYZ | 19.94 | 10.4 | 1.41 | - |
| YUV | 61.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 15 | 0 | 0.96 | 0.92 | 0.28 | 357.61 | 0.92 | 0.38 |
| Hex | B8 | 8 | F | 0 | 60 | 5C | 1C | 166 | 5C | 26 |
| Octal | 270 | 10 | 17 | 0 | 140 | 134 | 34 | 546 | 134 | 46 |
| Binary | 10111000 | 1000 | 1111 | 0 | 1100000 | 1011100 | 11100 | 101100110 | 1011100 | 100110 |
Color Harmonies of #B8080F
Complementary color
Monochromatic Colors of #B8080F
Black with #B8080F
Text Example
Text Example
White with #B8080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8080F; }
p { color: rgb(184,8,15); }
H1.HeaderClassName
{
color: #B8080F;
}
.AnyTagClassName
{
color: #B8080F;
}
</style>
background-color css
<style>
a { background-color: #B8080F; }
a { background-color: rgb(184,8,15); }
div.DivClassName
{
background-color: #B8080F;
}
.BgClassName
{
background-color: #B8080F;
}
</style>
border-color css
<style>
span { border-color: #B8080F; }
span { border-color: rgb(184,8,15); }
td.TdClassName
{
border-color: #B8080F;
}
.TagClassName
{
border-color: #B8080F;
}
</style>