Shades of Venetian Red #B60115
Tints of Venetian Red #B60115
RGB
CMYK
RGB Variations
Color information
#B60115 (or 0xB60115) is known color: Venetian Red. HEX triplet: B6, 01 and 15. RGB value is (182,1,21). Sum of RGB (Red+Green+Blue) = 182+1+21=204 (27% of max value = 765). Red value is 182 (71.48% from 255 or 89.22% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 182 - color contains mainly: red. Hex color #B60115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60115 is #49FEEA. Grayscale: #393939. Windows color (decimal): -4849387 or 1376694. OLE color: 1376694.
HSL color Cylindrical-coordinate representation of color #B60115: hue angle of 353.37º 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 #B60115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.29 |
| HSL | 353.37º | 0.99% | 0.36% | - |
| HSV(B) | 353.37º | 0.99% | 0.71% | - |
| XYZ | 19.44 | 10.02 | 1.62 | - |
| YUV | 57.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 21 | 0 | 0.99 | 0.88 | 0.29 | 353.37 | 0.99 | 0.36 |
| Hex | B6 | 1 | 15 | 0 | 63 | 58 | 1D | 161 | 63 | 24 |
| Octal | 266 | 1 | 25 | 0 | 143 | 130 | 35 | 541 | 143 | 44 |
| Binary | 10110110 | 1 | 10101 | 0 | 1100011 | 1011000 | 11101 | 101100001 | 1100011 | 100100 |
Color Harmonies of #B60115
Complementary color
Monochromatic Colors of #B60115
Black with #B60115
Text Example
Text Example
White with #B60115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60115; }
p { color: rgb(182,1,21); }
H1.HeaderClassName
{
color: #B60115;
}
.AnyTagClassName
{
color: #B60115;
}
</style>
background-color css
<style>
a { background-color: #B60115; }
a { background-color: rgb(182,1,21); }
div.DivClassName
{
background-color: #B60115;
}
.BgClassName
{
background-color: #B60115;
}
</style>
border-color css
<style>
span { border-color: #B60115; }
span { border-color: rgb(182,1,21); }
td.TdClassName
{
border-color: #B60115;
}
.TagClassName
{
border-color: #B60115;
}
</style>