Shades of Venetian Red #B4040D
Tints of Venetian Red #B4040D
RGB
CMYK
RGB Variations
Color information
#B4040D (or 0xB4040D) is known color: Venetian Red. HEX triplet: B4, 04 and 0D. RGB value is (180,4,13). Sum of RGB (Red+Green+Blue) = 180+4+13=197 (26% of max value = 765). Red value is 180 (70.70% from 255 or 91.37% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 180 - color contains mainly: red. Hex color #B4040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4040D is #4BFBF2. Grayscale: #393939. Windows color (decimal): -4979699 or 853172. OLE color: 853172.
HSL color Cylindrical-coordinate representation of color #B4040D: hue angle of 356.93º 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 #B4040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.29 |
| HSL | 356.93º | 0.96% | 0.36% | - |
| HSV(B) | 356.93º | 0.98% | 0.71% | - |
| XYZ | 18.94 | 9.82 | 1.28 | - |
| YUV | 57.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 13 | 0 | 0.98 | 0.93 | 0.29 | 356.93 | 0.96 | 0.36 |
| Hex | B4 | 4 | D | 0 | 62 | 5D | 1D | 165 | 60 | 24 |
| Octal | 264 | 4 | 15 | 0 | 142 | 135 | 35 | 545 | 140 | 44 |
| Binary | 10110100 | 100 | 1101 | 0 | 1100010 | 1011101 | 11101 | 101100101 | 1100000 | 100100 |
Color Harmonies of #B4040D
Complementary color
Monochromatic Colors of #B4040D
Black with #B4040D
Text Example
Text Example
White with #B4040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4040D; }
p { color: rgb(180,4,13); }
H1.HeaderClassName
{
color: #B4040D;
}
.AnyTagClassName
{
color: #B4040D;
}
</style>
background-color css
<style>
a { background-color: #B4040D; }
a { background-color: rgb(180,4,13); }
div.DivClassName
{
background-color: #B4040D;
}
.BgClassName
{
background-color: #B4040D;
}
</style>
border-color css
<style>
span { border-color: #B4040D; }
span { border-color: rgb(180,4,13); }
td.TdClassName
{
border-color: #B4040D;
}
.TagClassName
{
border-color: #B4040D;
}
</style>