Shades of Venetian Red #B41013
Tints of Venetian Red #B41013
RGB
CMYK
RGB Variations
Color information
#B41013 (or 0xB41013) is known color: Venetian Red. HEX triplet: B4, 10 and 13. RGB value is (180,16,19). Sum of RGB (Red+Green+Blue) = 180+16+19=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41013 is #4BEFEC. Grayscale: #414141. Windows color (decimal): -4976621 or 1249460. OLE color: 1249460.
HSL color Cylindrical-coordinate representation of color #B41013: hue angle of 358.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 19 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.29 |
| HSL | 358.9º | 0.84% | 0.38% | - |
| HSV(B) | 358.9º | 0.91% | 0.71% | - |
| XYZ | 19.13 | 10.12 | 1.56 | - |
| YUV | 65.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 19 | 0 | 0.91 | 0.89 | 0.29 | 358.9 | 0.84 | 0.38 |
| Hex | B4 | 10 | 13 | 0 | 5B | 59 | 1D | 167 | 54 | 26 |
| Octal | 264 | 20 | 23 | 0 | 133 | 131 | 35 | 547 | 124 | 46 |
| Binary | 10110100 | 10000 | 10011 | 0 | 1011011 | 1011001 | 11101 | 101100111 | 1010100 | 100110 |
Color Harmonies of #B41013
Complementary color
Monochromatic Colors of #B41013
Black with #B41013
Text Example
Text Example
White with #B41013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41013; }
p { color: rgb(180,16,19); }
H1.HeaderClassName
{
color: #B41013;
}
.AnyTagClassName
{
color: #B41013;
}
</style>
background-color css
<style>
a { background-color: #B41013; }
a { background-color: rgb(180,16,19); }
div.DivClassName
{
background-color: #B41013;
}
.BgClassName
{
background-color: #B41013;
}
</style>
border-color css
<style>
span { border-color: #B41013; }
span { border-color: rgb(180,16,19); }
td.TdClassName
{
border-color: #B41013;
}
.TagClassName
{
border-color: #B41013;
}
</style>