Shades of Venetian Red #B40613
Tints of Venetian Red #B40613
RGB
CMYK
RGB Variations
Color information
#B40613 (or 0xB40613) is known color: Venetian Red. HEX triplet: B4, 06 and 13. RGB value is (180,6,19). Sum of RGB (Red+Green+Blue) = 180+6+19=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B40613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40613 is #4BF9EC. Grayscale: #3B3B3B. Windows color (decimal): -4979181 or 1246900. OLE color: 1246900.
HSL color Cylindrical-coordinate representation of color #B40613: hue angle of 355.52º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40613 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.29 |
| HSL | 355.52º | 0.94% | 0.36% | - |
| HSV(B) | 355.52º | 0.97% | 0.71% | - |
| XYZ | 19.01 | 9.88 | 1.52 | - |
| YUV | 59.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 19 | 0 | 0.97 | 0.89 | 0.29 | 355.52 | 0.94 | 0.36 |
| Hex | B4 | 6 | 13 | 0 | 61 | 59 | 1D | 164 | 5E | 24 |
| Octal | 264 | 6 | 23 | 0 | 141 | 131 | 35 | 544 | 136 | 44 |
| Binary | 10110100 | 110 | 10011 | 0 | 1100001 | 1011001 | 11101 | 101100100 | 1011110 | 100100 |
Color Harmonies of #B40613
Complementary color
Monochromatic Colors of #B40613
Black with #B40613
Text Example
Text Example
White with #B40613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40613; }
p { color: rgb(180,6,19); }
H1.HeaderClassName
{
color: #B40613;
}
.AnyTagClassName
{
color: #B40613;
}
</style>
background-color css
<style>
a { background-color: #B40613; }
a { background-color: rgb(180,6,19); }
div.DivClassName
{
background-color: #B40613;
}
.BgClassName
{
background-color: #B40613;
}
</style>
border-color css
<style>
span { border-color: #B40613; }
span { border-color: rgb(180,6,19); }
td.TdClassName
{
border-color: #B40613;
}
.TagClassName
{
border-color: #B40613;
}
</style>