Shades of Venetian Red #B4141C
Tints of Venetian Red #B4141C
RGB
CMYK
RGB Variations
Color information
#B4141C (or 0xB4141C) is known color: Venetian Red. HEX triplet: B4, 14 and 1C. RGB value is (180,20,28). Sum of RGB (Red+Green+Blue) = 180+20+28=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4141C is #4BEBE3. Grayscale: #444444. Windows color (decimal): -4975588 or 1840308. OLE color: 1840308.
HSL color Cylindrical-coordinate representation of color #B4141C: hue angle of 357º degrees, saturation: 0.8, 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 #B4141C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.29 |
| HSL | 357º | 0.8% | 0.39% | - |
| HSV(B) | 357º | 0.89% | 0.71% | - |
| XYZ | 19.28 | 10.29 | 2.07 | - |
| YUV | 68.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 28 | 0 | 0.89 | 0.84 | 0.29 | 357 | 0.8 | 0.39 |
| Hex | B4 | 14 | 1C | 0 | 59 | 54 | 1D | 165 | 50 | 27 |
| Octal | 264 | 24 | 34 | 0 | 131 | 124 | 35 | 545 | 120 | 47 |
| Binary | 10110100 | 10100 | 11100 | 0 | 1011001 | 1010100 | 11101 | 101100101 | 1010000 | 100111 |
Color Harmonies of #B4141C
Complementary color
Monochromatic Colors of #B4141C
Black with #B4141C
Text Example
Text Example
White with #B4141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4141C; }
p { color: rgb(180,20,28); }
H1.HeaderClassName
{
color: #B4141C;
}
.AnyTagClassName
{
color: #B4141C;
}
</style>
background-color css
<style>
a { background-color: #B4141C; }
a { background-color: rgb(180,20,28); }
div.DivClassName
{
background-color: #B4141C;
}
.BgClassName
{
background-color: #B4141C;
}
</style>
border-color css
<style>
span { border-color: #B4141C; }
span { border-color: rgb(180,20,28); }
td.TdClassName
{
border-color: #B4141C;
}
.TagClassName
{
border-color: #B4141C;
}
</style>