Shades of Venetian Red #B10507
Tints of Venetian Red #B10507
RGB
CMYK
RGB Variations
Color information
#B10507 (or 0xB10507) is known color: Venetian Red. HEX triplet: B1, 05 and 07. RGB value is (177,5,7). Sum of RGB (Red+Green+Blue) = 177+5+7=189 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.65% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 177 - color contains mainly: red. Hex color #B10507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10507 is #4EFAF8. Grayscale: #383838. Windows color (decimal): -5176057 or 460209. OLE color: 460209.
HSL color Cylindrical-coordinate representation of color #B10507: hue angle of 359.3º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 5 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.31 |
| HSL | 359.3º | 0.95% | 0.36% | - |
| HSV(B) | 359.3º | 0.97% | 0.69% | - |
| XYZ | 18.22 | 9.47 | 1.07 | - |
| YUV | 56.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 7 | 0 | 0.97 | 0.96 | 0.31 | 359.3 | 0.95 | 0.36 |
| Hex | B1 | 5 | 7 | 0 | 61 | 60 | 1F | 167 | 5F | 24 |
| Octal | 261 | 5 | 7 | 0 | 141 | 140 | 37 | 547 | 137 | 44 |
| Binary | 10110001 | 101 | 111 | 0 | 1100001 | 1100000 | 11111 | 101100111 | 1011111 | 100100 |
Color Harmonies of #B10507
Complementary color
Monochromatic Colors of #B10507
Black with #B10507
Text Example
Text Example
White with #B10507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10507; }
p { color: rgb(177,5,7); }
H1.HeaderClassName
{
color: #B10507;
}
.AnyTagClassName
{
color: #B10507;
}
</style>
background-color css
<style>
a { background-color: #B10507; }
a { background-color: rgb(177,5,7); }
div.DivClassName
{
background-color: #B10507;
}
.BgClassName
{
background-color: #B10507;
}
</style>
border-color css
<style>
span { border-color: #B10507; }
span { border-color: rgb(177,5,7); }
td.TdClassName
{
border-color: #B10507;
}
.TagClassName
{
border-color: #B10507;
}
</style>