Shades of Venetian Red #B1010C
Tints of Venetian Red #B1010C
RGB
CMYK
RGB Variations
Color information
#B1010C (or 0xB1010C) is known color: Venetian Red. HEX triplet: B1, 01 and 0C. RGB value is (177,1,12). Sum of RGB (Red+Green+Blue) = 177+1+12=190 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.16% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 177 - color contains mainly: red. Hex color #B1010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1010C is #4EFEF3. Grayscale: #373737. Windows color (decimal): -5177076 or 786865. OLE color: 786865.
HSL color Cylindrical-coordinate representation of color #B1010C: hue angle of 356.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.31 |
| HSL | 356.25º | 0.99% | 0.35% | - |
| HSV(B) | 356.25º | 0.99% | 0.69% | - |
| XYZ | 18.21 | 9.4 | 1.2 | - |
| YUV | 54.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 12 | 0 | 0.99 | 0.93 | 0.31 | 356.25 | 0.99 | 0.35 |
| Hex | B1 | 1 | C | 0 | 63 | 5D | 1F | 164 | 63 | 23 |
| Octal | 261 | 1 | 14 | 0 | 143 | 135 | 37 | 544 | 143 | 43 |
| Binary | 10110001 | 1 | 1100 | 0 | 1100011 | 1011101 | 11111 | 101100100 | 1100011 | 100011 |
Color Harmonies of #B1010C
Complementary color
Monochromatic Colors of #B1010C
Black with #B1010C
Text Example
Text Example
White with #B1010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1010C; }
p { color: rgb(177,1,12); }
H1.HeaderClassName
{
color: #B1010C;
}
.AnyTagClassName
{
color: #B1010C;
}
</style>
background-color css
<style>
a { background-color: #B1010C; }
a { background-color: rgb(177,1,12); }
div.DivClassName
{
background-color: #B1010C;
}
.BgClassName
{
background-color: #B1010C;
}
</style>
border-color css
<style>
span { border-color: #B1010C; }
span { border-color: rgb(177,1,12); }
td.TdClassName
{
border-color: #B1010C;
}
.TagClassName
{
border-color: #B1010C;
}
</style>