Shades of Venetian Red #B00111
Tints of Venetian Red #B00111
RGB
CMYK
RGB Variations
Color information
#B00111 (or 0xB00111) is known color: Venetian Red. HEX triplet: B0, 01 and 11. RGB value is (176,1,17). Sum of RGB (Red+Green+Blue) = 176+1+17=194 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.72% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 176 - color contains mainly: red. Hex color #B00111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00111 is #4FFEEE. Grayscale: #373737. Windows color (decimal): -5242607 or 1114544. OLE color: 1114544.
HSL color Cylindrical-coordinate representation of color #B00111: hue angle of 354.51º 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 #B00111 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.31 |
| HSL | 354.51º | 0.99% | 0.35% | - |
| HSV(B) | 354.51º | 0.99% | 0.69% | - |
| XYZ | 18.02 | 9.29 | 1.37 | - |
| YUV | 55.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 17 | 0 | 0.99 | 0.90 | 0.31 | 354.51 | 0.99 | 0.35 |
| Hex | B0 | 1 | 11 | 0 | 63 | 5A | 1F | 163 | 63 | 23 |
| Octal | 260 | 1 | 21 | 0 | 143 | 132 | 37 | 543 | 143 | 43 |
| Binary | 10110000 | 1 | 10001 | 0 | 1100011 | 1011010 | 11111 | 101100011 | 1100011 | 100011 |
Color Harmonies of #B00111
Complementary color
Monochromatic Colors of #B00111
Black with #B00111
Text Example
Text Example
White with #B00111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00111; }
p { color: rgb(176,1,17); }
H1.HeaderClassName
{
color: #B00111;
}
.AnyTagClassName
{
color: #B00111;
}
</style>
background-color css
<style>
a { background-color: #B00111; }
a { background-color: rgb(176,1,17); }
div.DivClassName
{
background-color: #B00111;
}
.BgClassName
{
background-color: #B00111;
}
</style>
border-color css
<style>
span { border-color: #B00111; }
span { border-color: rgb(176,1,17); }
td.TdClassName
{
border-color: #B00111;
}
.TagClassName
{
border-color: #B00111;
}
</style>