Shades of Venetian Red #B00613
Tints of Venetian Red #B00613
RGB
CMYK
RGB Variations
Color information
#B00613 (or 0xB00613) is known color: Venetian Red. HEX triplet: B0, 06 and 13. RGB value is (176,6,19). Sum of RGB (Red+Green+Blue) = 176+6+19=201 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.56% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 176 - color contains mainly: red. Hex color #B00613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00613 is #4FF9EC. Grayscale: #3A3A3A. Windows color (decimal): -5241325 or 1246896. OLE color: 1246896.
HSL color Cylindrical-coordinate representation of color #B00613: hue angle of 355.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00613 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.31 |
| HSL | 355.41º | 0.93% | 0.36% | - |
| HSV(B) | 355.41º | 0.97% | 0.69% | - |
| XYZ | 18.09 | 9.41 | 1.48 | - |
| YUV | 58.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 19 | 0 | 0.97 | 0.89 | 0.31 | 355.41 | 0.93 | 0.36 |
| Hex | B0 | 6 | 13 | 0 | 61 | 59 | 1F | 163 | 5D | 24 |
| Octal | 260 | 6 | 23 | 0 | 141 | 131 | 37 | 543 | 135 | 44 |
| Binary | 10110000 | 110 | 10011 | 0 | 1100001 | 1011001 | 11111 | 101100011 | 1011101 | 100100 |
Color Harmonies of #B00613
Complementary color
Monochromatic Colors of #B00613
Black with #B00613
Text Example
Text Example
White with #B00613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00613; }
p { color: rgb(176,6,19); }
H1.HeaderClassName
{
color: #B00613;
}
.AnyTagClassName
{
color: #B00613;
}
</style>
background-color css
<style>
a { background-color: #B00613; }
a { background-color: rgb(176,6,19); }
div.DivClassName
{
background-color: #B00613;
}
.BgClassName
{
background-color: #B00613;
}
</style>
border-color css
<style>
span { border-color: #B00613; }
span { border-color: rgb(176,6,19); }
td.TdClassName
{
border-color: #B00613;
}
.TagClassName
{
border-color: #B00613;
}
</style>