Shades of Venetian Red #B5000C
Tints of Venetian Red #B5000C
RGB
CMYK
RGB Variations
Color information
#B5000C (or 0xB5000C) is known color: Venetian Red. HEX triplet: B5, 00 and 0C. RGB value is (181,0,12). Sum of RGB (Red+Green+Blue) = 181+0+12=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B5000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5000C is #4AFFF3. Grayscale: #373737. Windows color (decimal): -4915188 or 786613. OLE color: 786613.
HSL color Cylindrical-coordinate representation of color #B5000C: hue angle of 356.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.29 |
| HSL | 356.02º | 1% | 0.35% | - |
| HSV(B) | 356.02º | 1% | 0.71% | - |
| XYZ | 19.12 | 9.85 | 1.24 | - |
| YUV | 55.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 12 | 0 | 1 | 0.93 | 0.29 | 356.02 | 1 | 0.35 |
| Hex | B5 | 0 | C | 0 | 64 | 5D | 1D | 164 | 64 | 23 |
| Octal | 265 | 0 | 14 | 0 | 144 | 135 | 35 | 544 | 144 | 43 |
| Binary | 10110101 | 0 | 1100 | 0 | 1100100 | 1011101 | 11101 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B5000C
Complementary color
Monochromatic Colors of #B5000C
Black with #B5000C
Text Example
Text Example
White with #B5000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5000C; }
p { color: rgb(181,0,12); }
H1.HeaderClassName
{
color: #B5000C;
}
.AnyTagClassName
{
color: #B5000C;
}
</style>
background-color css
<style>
a { background-color: #B5000C; }
a { background-color: rgb(181,0,12); }
div.DivClassName
{
background-color: #B5000C;
}
.BgClassName
{
background-color: #B5000C;
}
</style>
border-color css
<style>
span { border-color: #B5000C; }
span { border-color: rgb(181,0,12); }
td.TdClassName
{
border-color: #B5000C;
}
.TagClassName
{
border-color: #B5000C;
}
</style>