Shades of Venetian Red #B5000D
Tints of Venetian Red #B5000D
RGB
CMYK
RGB Variations
Color information
#B5000D (or 0xB5000D) is known color: Venetian Red. HEX triplet: B5, 00 and 0D. RGB value is (181,0,13). Sum of RGB (Red+Green+Blue) = 181+0+13=194 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.30% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 181 - color contains mainly: red. Hex color #B5000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5000D is #4AFFF2. Grayscale: #373737. Windows color (decimal): -4915187 or 852149. OLE color: 852149.
HSL color Cylindrical-coordinate representation of color #B5000D: hue angle of 355.69º 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 #B5000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.29 |
| HSL | 355.69º | 1% | 0.35% | - |
| HSV(B) | 355.69º | 1% | 0.71% | - |
| XYZ | 19.13 | 9.85 | 1.27 | - |
| YUV | 55.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 13 | 0 | 1 | 0.93 | 0.29 | 355.69 | 1 | 0.35 |
| Hex | B5 | 0 | D | 0 | 64 | 5D | 1D | 164 | 64 | 23 |
| Octal | 265 | 0 | 15 | 0 | 144 | 135 | 35 | 544 | 144 | 43 |
| Binary | 10110101 | 0 | 1101 | 0 | 1100100 | 1011101 | 11101 | 101100100 | 1100100 | 100011 |
Color Harmonies of #B5000D
Complementary color
Monochromatic Colors of #B5000D
Black with #B5000D
Text Example
Text Example
White with #B5000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5000D; }
p { color: rgb(181,0,13); }
H1.HeaderClassName
{
color: #B5000D;
}
.AnyTagClassName
{
color: #B5000D;
}
</style>
background-color css
<style>
a { background-color: #B5000D; }
a { background-color: rgb(181,0,13); }
div.DivClassName
{
background-color: #B5000D;
}
.BgClassName
{
background-color: #B5000D;
}
</style>
border-color css
<style>
span { border-color: #B5000D; }
span { border-color: rgb(181,0,13); }
td.TdClassName
{
border-color: #B5000D;
}
.TagClassName
{
border-color: #B5000D;
}
</style>