Shades of Venetian Red #B8080D
Tints of Venetian Red #B8080D
RGB
CMYK
RGB Variations
Color information
#B8080D (or 0xB8080D) is known color: Venetian Red. HEX triplet: B8, 08 and 0D. RGB value is (184,8,13). Sum of RGB (Red+Green+Blue) = 184+8+13=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B8080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8080D is #47F7F2. Grayscale: #3D3D3D. Windows color (decimal): -4716531 or 854200. OLE color: 854200.
HSL color Cylindrical-coordinate representation of color #B8080D: hue angle of 358.3º 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 #B8080D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.28 |
| HSL | 358.3º | 0.92% | 0.38% | - |
| HSV(B) | 358.3º | 0.96% | 0.72% | - |
| XYZ | 19.93 | 10.39 | 1.34 | - |
| YUV | 61.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 13 | 0 | 0.96 | 0.93 | 0.28 | 358.3 | 0.92 | 0.38 |
| Hex | B8 | 8 | D | 0 | 60 | 5D | 1C | 166 | 5C | 26 |
| Octal | 270 | 10 | 15 | 0 | 140 | 135 | 34 | 546 | 134 | 46 |
| Binary | 10111000 | 1000 | 1101 | 0 | 1100000 | 1011101 | 11100 | 101100110 | 1011100 | 100110 |
Color Harmonies of #B8080D
Complementary color
Monochromatic Colors of #B8080D
Black with #B8080D
Text Example
Text Example
White with #B8080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8080D; }
p { color: rgb(184,8,13); }
H1.HeaderClassName
{
color: #B8080D;
}
.AnyTagClassName
{
color: #B8080D;
}
</style>
background-color css
<style>
a { background-color: #B8080D; }
a { background-color: rgb(184,8,13); }
div.DivClassName
{
background-color: #B8080D;
}
.BgClassName
{
background-color: #B8080D;
}
</style>
border-color css
<style>
span { border-color: #B8080D; }
span { border-color: rgb(184,8,13); }
td.TdClassName
{
border-color: #B8080D;
}
.TagClassName
{
border-color: #B8080D;
}
</style>