Shades of Venetian Red #B10424
Tints of Venetian Red #B10424
RGB
CMYK
RGB Variations
Color information
#B10424 (or 0xB10424) is known color: Venetian Red. HEX triplet: B1, 04 and 24. RGB value is (177,4,36). Sum of RGB (Red+Green+Blue) = 177+4+36=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B10424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10424 is #4EFBDB. Grayscale: #3B3B3B. Windows color (decimal): -5176284 or 2360497. OLE color: 2360497.
HSL color Cylindrical-coordinate representation of color #B10424: hue angle of 348.9º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10424 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.31 |
| HSL | 348.9º | 0.96% | 0.35% | - |
| HSV(B) | 348.9º | 0.98% | 0.69% | - |
| XYZ | 18.49 | 9.56 | 2.54 | - |
| YUV | 59.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 36 | 0 | 0.98 | 0.80 | 0.31 | 348.9 | 0.96 | 0.35 |
| Hex | B1 | 4 | 24 | 0 | 62 | 50 | 1F | 15D | 60 | 23 |
| Octal | 261 | 4 | 44 | 0 | 142 | 120 | 37 | 535 | 140 | 43 |
| Binary | 10110001 | 100 | 100100 | 0 | 1100010 | 1010000 | 11111 | 101011101 | 1100000 | 100011 |
Color Harmonies of #B10424
Complementary color
Monochromatic Colors of #B10424
Black with #B10424
Text Example
Text Example
White with #B10424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10424; }
p { color: rgb(177,4,36); }
H1.HeaderClassName
{
color: #B10424;
}
.AnyTagClassName
{
color: #B10424;
}
</style>
background-color css
<style>
a { background-color: #B10424; }
a { background-color: rgb(177,4,36); }
div.DivClassName
{
background-color: #B10424;
}
.BgClassName
{
background-color: #B10424;
}
</style>
border-color css
<style>
span { border-color: #B10424; }
span { border-color: rgb(177,4,36); }
td.TdClassName
{
border-color: #B10424;
}
.TagClassName
{
border-color: #B10424;
}
</style>