Shades of Venetian Red #B10324
Tints of Venetian Red #B10324
RGB
CMYK
RGB Variations
Color information
#B10324 (or 0xB10324) is known color: Venetian Red. HEX triplet: B1, 03 and 24. RGB value is (177,3,36). Sum of RGB (Red+Green+Blue) = 177+3+36=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B10324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10324 is #4EFCDB. Grayscale: #3A3A3A. Windows color (decimal): -5176540 or 2360241. OLE color: 2360241.
HSL color Cylindrical-coordinate representation of color #B10324: hue angle of 348.62º degrees, saturation: 0.97, 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 #B10324 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 36 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.31 |
| HSL | 348.62º | 0.97% | 0.35% | - |
| HSV(B) | 348.62º | 0.98% | 0.69% | - |
| XYZ | 18.48 | 9.54 | 2.54 | - |
| YUV | 58.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 36 | 0 | 0.98 | 0.80 | 0.31 | 348.62 | 0.97 | 0.35 |
| Hex | B1 | 3 | 24 | 0 | 62 | 50 | 1F | 15D | 61 | 23 |
| Octal | 261 | 3 | 44 | 0 | 142 | 120 | 37 | 535 | 141 | 43 |
| Binary | 10110001 | 11 | 100100 | 0 | 1100010 | 1010000 | 11111 | 101011101 | 1100001 | 100011 |
Color Harmonies of #B10324
Complementary color
Monochromatic Colors of #B10324
Black with #B10324
Text Example
Text Example
White with #B10324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10324; }
p { color: rgb(177,3,36); }
H1.HeaderClassName
{
color: #B10324;
}
.AnyTagClassName
{
color: #B10324;
}
</style>
background-color css
<style>
a { background-color: #B10324; }
a { background-color: rgb(177,3,36); }
div.DivClassName
{
background-color: #B10324;
}
.BgClassName
{
background-color: #B10324;
}
</style>
border-color css
<style>
span { border-color: #B10324; }
span { border-color: rgb(177,3,36); }
td.TdClassName
{
border-color: #B10324;
}
.TagClassName
{
border-color: #B10324;
}
</style>