Shades of Venetian Red #B5080C
Tints of Venetian Red #B5080C
RGB
CMYK
RGB Variations
Color information
#B5080C (or 0xB5080C) is known color: Venetian Red. HEX triplet: B5, 08 and 0C. RGB value is (181,8,12). Sum of RGB (Red+Green+Blue) = 181+8+12=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B5080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5080C is #4AF7F3. Grayscale: #3C3C3C. Windows color (decimal): -4913140 or 788661. OLE color: 788661.
HSL color Cylindrical-coordinate representation of color #B5080C: hue angle of 358.61º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5080C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.29 |
| HSL | 358.61º | 0.92% | 0.37% | - |
| HSV(B) | 358.61º | 0.96% | 0.71% | - |
| XYZ | 19.21 | 10.02 | 1.27 | - |
| YUV | 60.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 12 | 0 | 0.96 | 0.93 | 0.29 | 358.61 | 0.92 | 0.37 |
| Hex | B5 | 8 | C | 0 | 60 | 5D | 1D | 167 | 5C | 25 |
| Octal | 265 | 10 | 14 | 0 | 140 | 135 | 35 | 547 | 134 | 45 |
| Binary | 10110101 | 1000 | 1100 | 0 | 1100000 | 1011101 | 11101 | 101100111 | 1011100 | 100101 |
Color Harmonies of #B5080C
Complementary color
Monochromatic Colors of #B5080C
Black with #B5080C
Text Example
Text Example
White with #B5080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5080C; }
p { color: rgb(181,8,12); }
H1.HeaderClassName
{
color: #B5080C;
}
.AnyTagClassName
{
color: #B5080C;
}
</style>
background-color css
<style>
a { background-color: #B5080C; }
a { background-color: rgb(181,8,12); }
div.DivClassName
{
background-color: #B5080C;
}
.BgClassName
{
background-color: #B5080C;
}
</style>
border-color css
<style>
span { border-color: #B5080C; }
span { border-color: rgb(181,8,12); }
td.TdClassName
{
border-color: #B5080C;
}
.TagClassName
{
border-color: #B5080C;
}
</style>