Shades of Venetian Red #B10A0D
Tints of Venetian Red #B10A0D
RGB
CMYK
RGB Variations
Color information
#B10A0D (or 0xB10A0D) is known color: Venetian Red. HEX triplet: B1, 0A and 0D. RGB value is (177,10,13). Sum of RGB (Red+Green+Blue) = 177+10+13=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10A0D is #4EF5F2. Grayscale: #3C3C3C. Windows color (decimal): -5174771 or 854705. OLE color: 854705.
HSL color Cylindrical-coordinate representation of color #B10A0D: hue angle of 358.92º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.31 |
| HSL | 358.92º | 0.89% | 0.37% | - |
| HSV(B) | 358.92º | 0.94% | 0.69% | - |
| XYZ | 18.31 | 9.59 | 1.27 | - |
| YUV | 60.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 13 | 0 | 0.94 | 0.93 | 0.31 | 358.92 | 0.89 | 0.37 |
| Hex | B1 | A | D | 0 | 5E | 5D | 1F | 167 | 59 | 25 |
| Octal | 261 | 12 | 15 | 0 | 136 | 135 | 37 | 547 | 131 | 45 |
| Binary | 10110001 | 1010 | 1101 | 0 | 1011110 | 1011101 | 11111 | 101100111 | 1011001 | 100101 |
Color Harmonies of #B10A0D
Complementary color
Monochromatic Colors of #B10A0D
Black with #B10A0D
Text Example
Text Example
White with #B10A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A0D; }
p { color: rgb(177,10,13); }
H1.HeaderClassName
{
color: #B10A0D;
}
.AnyTagClassName
{
color: #B10A0D;
}
</style>
background-color css
<style>
a { background-color: #B10A0D; }
a { background-color: rgb(177,10,13); }
div.DivClassName
{
background-color: #B10A0D;
}
.BgClassName
{
background-color: #B10A0D;
}
</style>
border-color css
<style>
span { border-color: #B10A0D; }
span { border-color: rgb(177,10,13); }
td.TdClassName
{
border-color: #B10A0D;
}
.TagClassName
{
border-color: #B10A0D;
}
</style>