Shades of Venetian Red #B10D24
Tints of Venetian Red #B10D24
RGB
CMYK
RGB Variations
Color information
#B10D24 (or 0xB10D24) is known color: Venetian Red. HEX triplet: B1, 0D and 24. RGB value is (177,13,36). Sum of RGB (Red+Green+Blue) = 177+13+36=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D24 is #4EF2DB. Grayscale: #404040. Windows color (decimal): -5173980 or 2362801. OLE color: 2362801.
HSL color Cylindrical-coordinate representation of color #B10D24: hue angle of 351.59º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D24 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 36 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.31 |
| HSL | 351.59º | 0.86% | 0.37% | - |
| HSV(B) | 351.59º | 0.93% | 0.69% | - |
| XYZ | 18.59 | 9.76 | 2.57 | - |
| YUV | 64.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 36 | 0 | 0.93 | 0.80 | 0.31 | 351.59 | 0.86 | 0.37 |
| Hex | B1 | D | 24 | 0 | 5D | 50 | 1F | 160 | 56 | 25 |
| Octal | 261 | 15 | 44 | 0 | 135 | 120 | 37 | 540 | 126 | 45 |
| Binary | 10110001 | 1101 | 100100 | 0 | 1011101 | 1010000 | 11111 | 101100000 | 1010110 | 100101 |
Color Harmonies of #B10D24
Complementary color
Monochromatic Colors of #B10D24
Black with #B10D24
Text Example
Text Example
White with #B10D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D24; }
p { color: rgb(177,13,36); }
H1.HeaderClassName
{
color: #B10D24;
}
.AnyTagClassName
{
color: #B10D24;
}
</style>
background-color css
<style>
a { background-color: #B10D24; }
a { background-color: rgb(177,13,36); }
div.DivClassName
{
background-color: #B10D24;
}
.BgClassName
{
background-color: #B10D24;
}
</style>
border-color css
<style>
span { border-color: #B10D24; }
span { border-color: rgb(177,13,36); }
td.TdClassName
{
border-color: #B10D24;
}
.TagClassName
{
border-color: #B10D24;
}
</style>