Shades of Venetian Red #B41320
Tints of Venetian Red #B41320
RGB
CMYK
RGB Variations
Color information
#B41320 (or 0xB41320) is known color: Venetian Red. HEX triplet: B4, 13 and 20. RGB value is (180,19,32). Sum of RGB (Red+Green+Blue) = 180+19+32=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B41320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41320 is #4BECDF. Grayscale: #444444. Windows color (decimal): -4975840 or 2102196. OLE color: 2102196.
HSL color Cylindrical-coordinate representation of color #B41320: hue angle of 355.16º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41320 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 32 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.29 |
| HSL | 355.16º | 0.81% | 0.39% | - |
| HSV(B) | 355.16º | 0.89% | 0.71% | - |
| XYZ | 19.32 | 10.27 | 2.33 | - |
| YUV | 68.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 32 | 0 | 0.89 | 0.82 | 0.29 | 355.16 | 0.81 | 0.39 |
| Hex | B4 | 13 | 20 | 0 | 59 | 52 | 1D | 163 | 51 | 27 |
| Octal | 264 | 23 | 40 | 0 | 131 | 122 | 35 | 543 | 121 | 47 |
| Binary | 10110100 | 10011 | 100000 | 0 | 1011001 | 1010010 | 11101 | 101100011 | 1010001 | 100111 |
Color Harmonies of #B41320
Complementary color
Monochromatic Colors of #B41320
Black with #B41320
Text Example
Text Example
White with #B41320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41320; }
p { color: rgb(180,19,32); }
H1.HeaderClassName
{
color: #B41320;
}
.AnyTagClassName
{
color: #B41320;
}
</style>
background-color css
<style>
a { background-color: #B41320; }
a { background-color: rgb(180,19,32); }
div.DivClassName
{
background-color: #B41320;
}
.BgClassName
{
background-color: #B41320;
}
</style>
border-color css
<style>
span { border-color: #B41320; }
span { border-color: rgb(180,19,32); }
td.TdClassName
{
border-color: #B41320;
}
.TagClassName
{
border-color: #B41320;
}
</style>