Shades of Venetian Red #B40915
Tints of Venetian Red #B40915
RGB
CMYK
RGB Variations
Color information
#B40915 (or 0xB40915) is known color: Venetian Red. HEX triplet: B4, 09 and 15. RGB value is (180,9,21). Sum of RGB (Red+Green+Blue) = 180+9+21=210 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.71% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 180 - color contains mainly: red. Hex color #B40915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40915 is #4BF6EA. Grayscale: #3D3D3D. Windows color (decimal): -4978411 or 1378740. OLE color: 1378740.
HSL color Cylindrical-coordinate representation of color #B40915: hue angle of 355.79º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40915 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.29 |
| HSL | 355.79º | 0.9% | 0.37% | - |
| HSV(B) | 355.79º | 0.95% | 0.71% | - |
| XYZ | 19.06 | 9.95 | 1.63 | - |
| YUV | 61.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 21 | 0 | 0.95 | 0.88 | 0.29 | 355.79 | 0.9 | 0.37 |
| Hex | B4 | 9 | 15 | 0 | 5F | 58 | 1D | 164 | 5A | 25 |
| Octal | 264 | 11 | 25 | 0 | 137 | 130 | 35 | 544 | 132 | 45 |
| Binary | 10110100 | 1001 | 10101 | 0 | 1011111 | 1011000 | 11101 | 101100100 | 1011010 | 100101 |
Color Harmonies of #B40915
Complementary color
Monochromatic Colors of #B40915
Black with #B40915
Text Example
Text Example
White with #B40915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40915; }
p { color: rgb(180,9,21); }
H1.HeaderClassName
{
color: #B40915;
}
.AnyTagClassName
{
color: #B40915;
}
</style>
background-color css
<style>
a { background-color: #B40915; }
a { background-color: rgb(180,9,21); }
div.DivClassName
{
background-color: #B40915;
}
.BgClassName
{
background-color: #B40915;
}
</style>
border-color css
<style>
span { border-color: #B40915; }
span { border-color: rgb(180,9,21); }
td.TdClassName
{
border-color: #B40915;
}
.TagClassName
{
border-color: #B40915;
}
</style>