Shades of Venetian Red #B00513
Tints of Venetian Red #B00513
RGB
CMYK
RGB Variations
Color information
#B00513 (or 0xB00513) is known color: Venetian Red. HEX triplet: B0, 05 and 13. RGB value is (176,5,19). Sum of RGB (Red+Green+Blue) = 176+5+19=200 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 176 - color contains mainly: red. Hex color #B00513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00513 is #4FFAEC. Grayscale: #393939. Windows color (decimal): -5241581 or 1246640. OLE color: 1246640.
HSL color Cylindrical-coordinate representation of color #B00513: hue angle of 355.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00513 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.31 |
| HSL | 355.09º | 0.94% | 0.35% | - |
| HSV(B) | 355.09º | 0.97% | 0.69% | - |
| XYZ | 18.08 | 9.39 | 1.47 | - |
| YUV | 57.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 19 | 0 | 0.97 | 0.89 | 0.31 | 355.09 | 0.94 | 0.35 |
| Hex | B0 | 5 | 13 | 0 | 61 | 59 | 1F | 163 | 5E | 23 |
| Octal | 260 | 5 | 23 | 0 | 141 | 131 | 37 | 543 | 136 | 43 |
| Binary | 10110000 | 101 | 10011 | 0 | 1100001 | 1011001 | 11111 | 101100011 | 1011110 | 100011 |
Color Harmonies of #B00513
Complementary color
Monochromatic Colors of #B00513
Black with #B00513
Text Example
Text Example
White with #B00513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00513; }
p { color: rgb(176,5,19); }
H1.HeaderClassName
{
color: #B00513;
}
.AnyTagClassName
{
color: #B00513;
}
</style>
background-color css
<style>
a { background-color: #B00513; }
a { background-color: rgb(176,5,19); }
div.DivClassName
{
background-color: #B00513;
}
.BgClassName
{
background-color: #B00513;
}
</style>
border-color css
<style>
span { border-color: #B00513; }
span { border-color: rgb(176,5,19); }
td.TdClassName
{
border-color: #B00513;
}
.TagClassName
{
border-color: #B00513;
}
</style>