Shades of Venetian Red #B0010F
Tints of Venetian Red #B0010F
RGB
CMYK
RGB Variations
Color information
#B0010F (or 0xB0010F) is known color: Venetian Red. HEX triplet: B0, 01 and 0F. RGB value is (176,1,15). Sum of RGB (Red+Green+Blue) = 176+1+15=192 (25% of max value = 765). Red value is 176 (69.14% from 255 or 91.67% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 176 - color contains mainly: red. Hex color #B0010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0010F is #4FFEF0. Grayscale: #373737. Windows color (decimal): -5242609 or 983472. OLE color: 983472.
HSL color Cylindrical-coordinate representation of color #B0010F: hue angle of 355.2º 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 #B0010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.31 |
| HSL | 355.2º | 0.99% | 0.35% | - |
| HSV(B) | 355.2º | 0.99% | 0.69% | - |
| XYZ | 18 | 9.29 | 1.3 | - |
| YUV | 54.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 15 | 0 | 0.99 | 0.91 | 0.31 | 355.2 | 0.99 | 0.35 |
| Hex | B0 | 1 | F | 0 | 63 | 5B | 1F | 163 | 63 | 23 |
| Octal | 260 | 1 | 17 | 0 | 143 | 133 | 37 | 543 | 143 | 43 |
| Binary | 10110000 | 1 | 1111 | 0 | 1100011 | 1011011 | 11111 | 101100011 | 1100011 | 100011 |
Color Harmonies of #B0010F
Complementary color
Monochromatic Colors of #B0010F
Black with #B0010F
Text Example
Text Example
White with #B0010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0010F; }
p { color: rgb(176,1,15); }
H1.HeaderClassName
{
color: #B0010F;
}
.AnyTagClassName
{
color: #B0010F;
}
</style>
background-color css
<style>
a { background-color: #B0010F; }
a { background-color: rgb(176,1,15); }
div.DivClassName
{
background-color: #B0010F;
}
.BgClassName
{
background-color: #B0010F;
}
</style>
border-color css
<style>
span { border-color: #B0010F; }
span { border-color: rgb(176,1,15); }
td.TdClassName
{
border-color: #B0010F;
}
.TagClassName
{
border-color: #B0010F;
}
</style>