Shades of Venetian Red #B1020F
Tints of Venetian Red #B1020F
RGB
CMYK
RGB Variations
Color information
#B1020F (or 0xB1020F) is known color: Venetian Red. HEX triplet: B1, 02 and 0F. RGB value is (177,2,15). Sum of RGB (Red+Green+Blue) = 177+2+15=194 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.24% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 177 - color contains mainly: red. Hex color #B1020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1020F is #4EFDF0. Grayscale: #373737. Windows color (decimal): -5176817 or 983729. OLE color: 983729.
HSL color Cylindrical-coordinate representation of color #B1020F: hue angle of 355.54º degrees, saturation: 0.98, 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 #B1020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.31 |
| HSL | 355.54º | 0.98% | 0.35% | - |
| HSV(B) | 355.54º | 0.99% | 0.69% | - |
| XYZ | 18.24 | 9.43 | 1.31 | - |
| YUV | 55.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 15 | 0 | 0.99 | 0.92 | 0.31 | 355.54 | 0.98 | 0.35 |
| Hex | B1 | 2 | F | 0 | 63 | 5C | 1F | 164 | 62 | 23 |
| Octal | 261 | 2 | 17 | 0 | 143 | 134 | 37 | 544 | 142 | 43 |
| Binary | 10110001 | 10 | 1111 | 0 | 1100011 | 1011100 | 11111 | 101100100 | 1100010 | 100011 |
Color Harmonies of #B1020F
Complementary color
Monochromatic Colors of #B1020F
Black with #B1020F
Text Example
Text Example
White with #B1020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1020F; }
p { color: rgb(177,2,15); }
H1.HeaderClassName
{
color: #B1020F;
}
.AnyTagClassName
{
color: #B1020F;
}
</style>
background-color css
<style>
a { background-color: #B1020F; }
a { background-color: rgb(177,2,15); }
div.DivClassName
{
background-color: #B1020F;
}
.BgClassName
{
background-color: #B1020F;
}
</style>
border-color css
<style>
span { border-color: #B1020F; }
span { border-color: rgb(177,2,15); }
td.TdClassName
{
border-color: #B1020F;
}
.TagClassName
{
border-color: #B1020F;
}
</style>