Shades of Venetian Red #B60107
Tints of Venetian Red #B60107
RGB
CMYK
RGB Variations
Color information
#B60107 (or 0xB60107) is known color: Venetian Red. HEX triplet: B6, 01 and 07. RGB value is (182,1,7). Sum of RGB (Red+Green+Blue) = 182+1+7=190 (25% of max value = 765). Red value is 182 (71.48% from 255 or 95.79% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 182 - color contains mainly: red. Hex color #B60107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60107 is #49FEF8. Grayscale: #373737. Windows color (decimal): -4849401 or 459190. OLE color: 459190.
HSL color Cylindrical-coordinate representation of color #B60107: hue angle of 358.01º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60107 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.29 |
| HSL | 358.01º | 0.99% | 0.36% | - |
| HSV(B) | 358.01º | 0.99% | 0.71% | - |
| XYZ | 19.34 | 9.98 | 1.11 | - |
| YUV | 55.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 7 | 0 | 0.99 | 0.96 | 0.29 | 358.01 | 0.99 | 0.36 |
| Hex | B6 | 1 | 7 | 0 | 63 | 60 | 1D | 166 | 63 | 24 |
| Octal | 266 | 1 | 7 | 0 | 143 | 140 | 35 | 546 | 143 | 44 |
| Binary | 10110110 | 1 | 111 | 0 | 1100011 | 1100000 | 11101 | 101100110 | 1100011 | 100100 |
Color Harmonies of #B60107
Complementary color
Monochromatic Colors of #B60107
Black with #B60107
Text Example
Text Example
White with #B60107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60107; }
p { color: rgb(182,1,7); }
H1.HeaderClassName
{
color: #B60107;
}
.AnyTagClassName
{
color: #B60107;
}
</style>
background-color css
<style>
a { background-color: #B60107; }
a { background-color: rgb(182,1,7); }
div.DivClassName
{
background-color: #B60107;
}
.BgClassName
{
background-color: #B60107;
}
</style>
border-color css
<style>
span { border-color: #B60107; }
span { border-color: rgb(182,1,7); }
td.TdClassName
{
border-color: #B60107;
}
.TagClassName
{
border-color: #B60107;
}
</style>