Shades of Venetian Red #B60713
Tints of Venetian Red #B60713
RGB
CMYK
RGB Variations
Color information
#B60713 (or 0xB60713) is known color: Venetian Red. HEX triplet: B6, 07 and 13. RGB value is (182,7,19). Sum of RGB (Red+Green+Blue) = 182+7+19=208 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.5% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 182 - color contains mainly: red. Hex color #B60713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60713 is #49F8EC. Grayscale: #3C3C3C. Windows color (decimal): -4847853 or 1247158. OLE color: 1247158.
HSL color Cylindrical-coordinate representation of color #B60713: hue angle of 355.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.29 |
| HSL | 355.89º | 0.93% | 0.37% | - |
| HSV(B) | 355.89º | 0.96% | 0.71% | - |
| XYZ | 19.48 | 10.14 | 1.55 | - |
| YUV | 60.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 19 | 0 | 0.96 | 0.90 | 0.29 | 355.89 | 0.93 | 0.37 |
| Hex | B6 | 7 | 13 | 0 | 60 | 5A | 1D | 164 | 5D | 25 |
| Octal | 266 | 7 | 23 | 0 | 140 | 132 | 35 | 544 | 135 | 45 |
| Binary | 10110110 | 111 | 10011 | 0 | 1100000 | 1011010 | 11101 | 101100100 | 1011101 | 100101 |
Color Harmonies of #B60713
Complementary color
Monochromatic Colors of #B60713
Black with #B60713
Text Example
Text Example
White with #B60713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60713; }
p { color: rgb(182,7,19); }
H1.HeaderClassName
{
color: #B60713;
}
.AnyTagClassName
{
color: #B60713;
}
</style>
background-color css
<style>
a { background-color: #B60713; }
a { background-color: rgb(182,7,19); }
div.DivClassName
{
background-color: #B60713;
}
.BgClassName
{
background-color: #B60713;
}
</style>
border-color css
<style>
span { border-color: #B60713; }
span { border-color: rgb(182,7,19); }
td.TdClassName
{
border-color: #B60713;
}
.TagClassName
{
border-color: #B60713;
}
</style>