Shades of Venetian Red #B40B28
Tints of Venetian Red #B40B28
RGB
CMYK
RGB Variations
Color information
#B40B28 (or 0xB40B28) is known color: Venetian Red. HEX triplet: B4, 0B and 28. RGB value is (180,11,40). Sum of RGB (Red+Green+Blue) = 180+11+40=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B28 is #4BF4D7. Grayscale: #404040. Windows color (decimal): -4977880 or 2624436. OLE color: 2624436.
HSL color Cylindrical-coordinate representation of color #B40B28: hue angle of 349.7º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B28 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 40 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.29 |
| HSL | 349.7º | 0.88% | 0.37% | - |
| HSV(B) | 349.7º | 0.94% | 0.71% | - |
| XYZ | 19.33 | 10.1 | 2.94 | - |
| YUV | 64.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 40 | 0 | 0.94 | 0.78 | 0.29 | 349.7 | 0.88 | 0.37 |
| Hex | B4 | B | 28 | 0 | 5E | 4E | 1D | 15E | 58 | 25 |
| Octal | 264 | 13 | 50 | 0 | 136 | 116 | 35 | 536 | 130 | 45 |
| Binary | 10110100 | 1011 | 101000 | 0 | 1011110 | 1001110 | 11101 | 101011110 | 1011000 | 100101 |
Color Harmonies of #B40B28
Complementary color
Monochromatic Colors of #B40B28
Black with #B40B28
Text Example
Text Example
White with #B40B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B28; }
p { color: rgb(180,11,40); }
H1.HeaderClassName
{
color: #B40B28;
}
.AnyTagClassName
{
color: #B40B28;
}
</style>
background-color css
<style>
a { background-color: #B40B28; }
a { background-color: rgb(180,11,40); }
div.DivClassName
{
background-color: #B40B28;
}
.BgClassName
{
background-color: #B40B28;
}
</style>
border-color css
<style>
span { border-color: #B40B28; }
span { border-color: rgb(180,11,40); }
td.TdClassName
{
border-color: #B40B28;
}
.TagClassName
{
border-color: #B40B28;
}
</style>