Shades of Venetian Red #B60715
Tints of Venetian Red #B60715
RGB
CMYK
RGB Variations
Color information
#B60715 (or 0xB60715) is known color: Venetian Red. HEX triplet: B6, 07 and 15. RGB value is (182,7,21). Sum of RGB (Red+Green+Blue) = 182+7+21=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B60715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60715 is #49F8EA. Grayscale: #3D3D3D. Windows color (decimal): -4847851 or 1378230. OLE color: 1378230.
HSL color Cylindrical-coordinate representation of color #B60715: hue angle of 355.2º 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 #B60715 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 21 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.29 |
| HSL | 355.2º | 0.93% | 0.37% | - |
| HSV(B) | 355.2º | 0.96% | 0.71% | - |
| XYZ | 19.5 | 10.15 | 1.64 | - |
| YUV | 60.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 21 | 0 | 0.96 | 0.88 | 0.29 | 355.2 | 0.93 | 0.37 |
| Hex | B6 | 7 | 15 | 0 | 60 | 58 | 1D | 163 | 5D | 25 |
| Octal | 266 | 7 | 25 | 0 | 140 | 130 | 35 | 543 | 135 | 45 |
| Binary | 10110110 | 111 | 10101 | 0 | 1100000 | 1011000 | 11101 | 101100011 | 1011101 | 100101 |
Color Harmonies of #B60715
Complementary color
Monochromatic Colors of #B60715
Black with #B60715
Text Example
Text Example
White with #B60715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60715; }
p { color: rgb(182,7,21); }
H1.HeaderClassName
{
color: #B60715;
}
.AnyTagClassName
{
color: #B60715;
}
</style>
background-color css
<style>
a { background-color: #B60715; }
a { background-color: rgb(182,7,21); }
div.DivClassName
{
background-color: #B60715;
}
.BgClassName
{
background-color: #B60715;
}
</style>
border-color css
<style>
span { border-color: #B60715; }
span { border-color: rgb(182,7,21); }
td.TdClassName
{
border-color: #B60715;
}
.TagClassName
{
border-color: #B60715;
}
</style>