Shades of Venetian Red #B5040C
Tints of Venetian Red #B5040C
RGB
CMYK
RGB Variations
Color information
#B5040C (or 0xB5040C) is known color: Venetian Red. HEX triplet: B5, 04 and 0C. RGB value is (181,4,12). Sum of RGB (Red+Green+Blue) = 181+4+12=197 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.88% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 181 - color contains mainly: red. Hex color #B5040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5040C is #4AFBF3. Grayscale: #393939. Windows color (decimal): -4914164 or 787637. OLE color: 787637.
HSL color Cylindrical-coordinate representation of color #B5040C: hue angle of 357.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.29 |
| HSL | 357.29º | 0.96% | 0.36% | - |
| HSV(B) | 357.29º | 0.98% | 0.71% | - |
| XYZ | 19.17 | 9.94 | 1.26 | - |
| YUV | 57.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 12 | 0 | 0.98 | 0.93 | 0.29 | 357.29 | 0.96 | 0.36 |
| Hex | B5 | 4 | C | 0 | 62 | 5D | 1D | 165 | 60 | 24 |
| Octal | 265 | 4 | 14 | 0 | 142 | 135 | 35 | 545 | 140 | 44 |
| Binary | 10110101 | 100 | 1100 | 0 | 1100010 | 1011101 | 11101 | 101100101 | 1100000 | 100100 |
Color Harmonies of #B5040C
Complementary color
Monochromatic Colors of #B5040C
Black with #B5040C
Text Example
Text Example
White with #B5040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5040C; }
p { color: rgb(181,4,12); }
H1.HeaderClassName
{
color: #B5040C;
}
.AnyTagClassName
{
color: #B5040C;
}
</style>
background-color css
<style>
a { background-color: #B5040C; }
a { background-color: rgb(181,4,12); }
div.DivClassName
{
background-color: #B5040C;
}
.BgClassName
{
background-color: #B5040C;
}
</style>
border-color css
<style>
span { border-color: #B5040C; }
span { border-color: rgb(181,4,12); }
td.TdClassName
{
border-color: #B5040C;
}
.TagClassName
{
border-color: #B5040C;
}
</style>