Shades of Venetian Red #B60B0E
Tints of Venetian Red #B60B0E
RGB
CMYK
RGB Variations
Color information
#B60B0E (or 0xB60B0E) is known color: Venetian Red. HEX triplet: B6, 0B and 0E. RGB value is (182,11,14). Sum of RGB (Red+Green+Blue) = 182+11+14=207 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.92% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60B0E is #49F4F1. Grayscale: #3E3E3E. Windows color (decimal): -4846834 or 920502. OLE color: 920502.
HSL color Cylindrical-coordinate representation of color #B60B0E: hue angle of 358.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B0E is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 14 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.29 |
| HSL | 358.95º | 0.89% | 0.38% | - |
| HSV(B) | 358.95º | 0.94% | 0.71% | - |
| XYZ | 19.49 | 10.22 | 1.36 | - |
| YUV | 62.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 14 | 0 | 0.94 | 0.92 | 0.29 | 358.95 | 0.89 | 0.38 |
| Hex | B6 | B | E | 0 | 5E | 5C | 1D | 167 | 59 | 26 |
| Octal | 266 | 13 | 16 | 0 | 136 | 134 | 35 | 547 | 131 | 46 |
| Binary | 10110110 | 1011 | 1110 | 0 | 1011110 | 1011100 | 11101 | 101100111 | 1011001 | 100110 |
Color Harmonies of #B60B0E
Complementary color
Monochromatic Colors of #B60B0E
Black with #B60B0E
Text Example
Text Example
White with #B60B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B0E; }
p { color: rgb(182,11,14); }
H1.HeaderClassName
{
color: #B60B0E;
}
.AnyTagClassName
{
color: #B60B0E;
}
</style>
background-color css
<style>
a { background-color: #B60B0E; }
a { background-color: rgb(182,11,14); }
div.DivClassName
{
background-color: #B60B0E;
}
.BgClassName
{
background-color: #B60B0E;
}
</style>
border-color css
<style>
span { border-color: #B60B0E; }
span { border-color: rgb(182,11,14); }
td.TdClassName
{
border-color: #B60B0E;
}
.TagClassName
{
border-color: #B60B0E;
}
</style>