Shades of Venetian Red #B60413
Tints of Venetian Red #B60413
RGB
CMYK
RGB Variations
Color information
#B60413 (or 0xB60413) is known color: Venetian Red. HEX triplet: B6, 04 and 13. RGB value is (182,4,19). Sum of RGB (Red+Green+Blue) = 182+4+19=205 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.78% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 182 - color contains mainly: red. Hex color #B60413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60413 is #49FBEC. Grayscale: #3B3B3B. Windows color (decimal): -4848621 or 1246390. OLE color: 1246390.
HSL color Cylindrical-coordinate representation of color #B60413: hue angle of 354.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60413 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.29 |
| HSL | 354.94º | 0.96% | 0.36% | - |
| HSV(B) | 354.94º | 0.98% | 0.71% | - |
| XYZ | 19.45 | 10.08 | 1.54 | - |
| YUV | 58.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 19 | 0 | 0.98 | 0.90 | 0.29 | 354.94 | 0.96 | 0.36 |
| Hex | B6 | 4 | 13 | 0 | 62 | 5A | 1D | 163 | 60 | 24 |
| Octal | 266 | 4 | 23 | 0 | 142 | 132 | 35 | 543 | 140 | 44 |
| Binary | 10110110 | 100 | 10011 | 0 | 1100010 | 1011010 | 11101 | 101100011 | 1100000 | 100100 |
Color Harmonies of #B60413
Complementary color
Monochromatic Colors of #B60413
Black with #B60413
Text Example
Text Example
White with #B60413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60413; }
p { color: rgb(182,4,19); }
H1.HeaderClassName
{
color: #B60413;
}
.AnyTagClassName
{
color: #B60413;
}
</style>
background-color css
<style>
a { background-color: #B60413; }
a { background-color: rgb(182,4,19); }
div.DivClassName
{
background-color: #B60413;
}
.BgClassName
{
background-color: #B60413;
}
</style>
border-color css
<style>
span { border-color: #B60413; }
span { border-color: rgb(182,4,19); }
td.TdClassName
{
border-color: #B60413;
}
.TagClassName
{
border-color: #B60413;
}
</style>