Shades of Venetian Red #B1000A
Tints of Venetian Red #B1000A
RGB
CMYK
RGB Variations
Color information
#B1000A (or 0xB1000A) is known color: Venetian Red. HEX triplet: B1, 00 and 0A. RGB value is (177,0,10). Sum of RGB (Red+Green+Blue) = 177+0+10=187 (24% of max value = 765). Red value is 177 (69.53% from 255 or 94.65% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 177 - color contains mainly: red. Hex color #B1000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1000A is #4EFFF5. Grayscale: #363636. Windows color (decimal): -5177334 or 655537. OLE color: 655537.
HSL color Cylindrical-coordinate representation of color #B1000A: hue angle of 356.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.31 |
| HSL | 356.61º | 1% | 0.35% | - |
| HSV(B) | 356.61º | 1% | 0.69% | - |
| XYZ | 18.19 | 9.37 | 1.14 | - |
| YUV | 54.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 10 | 0 | 1 | 0.94 | 0.31 | 356.61 | 1 | 0.35 |
| Hex | B1 | 0 | A | 0 | 64 | 5E | 1F | 165 | 64 | 23 |
| Octal | 261 | 0 | 12 | 0 | 144 | 136 | 37 | 545 | 144 | 43 |
| Binary | 10110001 | 0 | 1010 | 0 | 1100100 | 1011110 | 11111 | 101100101 | 1100100 | 100011 |
Color Harmonies of #B1000A
Complementary color
Monochromatic Colors of #B1000A
Black with #B1000A
Text Example
Text Example
White with #B1000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1000A; }
p { color: rgb(177,0,10); }
H1.HeaderClassName
{
color: #B1000A;
}
.AnyTagClassName
{
color: #B1000A;
}
</style>
background-color css
<style>
a { background-color: #B1000A; }
a { background-color: rgb(177,0,10); }
div.DivClassName
{
background-color: #B1000A;
}
.BgClassName
{
background-color: #B1000A;
}
</style>
border-color css
<style>
span { border-color: #B1000A; }
span { border-color: rgb(177,0,10); }
td.TdClassName
{
border-color: #B1000A;
}
.TagClassName
{
border-color: #B1000A;
}
</style>