Shades of Venetian Red #B8050C
Tints of Venetian Red #B8050C
RGB
CMYK
RGB Variations
Color information
#B8050C (or 0xB8050C) is known color: Venetian Red. HEX triplet: B8, 05 and 0C. RGB value is (184,5,12). Sum of RGB (Red+Green+Blue) = 184+5+12=201 (26% of max value = 765). Red value is 184 (72.27% from 255 or 91.54% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 184 - color contains mainly: red. Hex color #B8050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8050C is #47FAF3. Grayscale: #3B3B3B. Windows color (decimal): -4717300 or 787896. OLE color: 787896.
HSL color Cylindrical-coordinate representation of color #B8050C: hue angle of 357.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8050C is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.28 |
| HSL | 357.65º | 0.95% | 0.37% | - |
| HSV(B) | 357.65º | 0.97% | 0.72% | - |
| XYZ | 19.89 | 10.33 | 1.29 | - |
| YUV | 59.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 12 | 0 | 0.97 | 0.93 | 0.28 | 357.65 | 0.95 | 0.37 |
| Hex | B8 | 5 | C | 0 | 61 | 5D | 1C | 166 | 5F | 25 |
| Octal | 270 | 5 | 14 | 0 | 141 | 135 | 34 | 546 | 137 | 45 |
| Binary | 10111000 | 101 | 1100 | 0 | 1100001 | 1011101 | 11100 | 101100110 | 1011111 | 100101 |
Color Harmonies of #B8050C
Complementary color
Monochromatic Colors of #B8050C
Black with #B8050C
Text Example
Text Example
White with #B8050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8050C; }
p { color: rgb(184,5,12); }
H1.HeaderClassName
{
color: #B8050C;
}
.AnyTagClassName
{
color: #B8050C;
}
</style>
background-color css
<style>
a { background-color: #B8050C; }
a { background-color: rgb(184,5,12); }
div.DivClassName
{
background-color: #B8050C;
}
.BgClassName
{
background-color: #B8050C;
}
</style>
border-color css
<style>
span { border-color: #B8050C; }
span { border-color: rgb(184,5,12); }
td.TdClassName
{
border-color: #B8050C;
}
.TagClassName
{
border-color: #B8050C;
}
</style>