Shades of Venetian Red #B1030F
Tints of Venetian Red #B1030F
RGB
CMYK
RGB Variations
Color information
#B1030F (or 0xB1030F) is known color: Venetian Red. HEX triplet: B1, 03 and 0F. RGB value is (177,3,15). Sum of RGB (Red+Green+Blue) = 177+3+15=195 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.77% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 177 - color contains mainly: red. Hex color #B1030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1030F is #4EFCF0. Grayscale: #383838. Windows color (decimal): -5176561 or 983985. OLE color: 983985.
HSL color Cylindrical-coordinate representation of color #B1030F: hue angle of 355.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1030F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.31 |
| HSL | 355.86º | 0.97% | 0.35% | - |
| HSV(B) | 355.86º | 0.98% | 0.69% | - |
| XYZ | 18.25 | 9.45 | 1.31 | - |
| YUV | 56.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 15 | 0 | 0.98 | 0.92 | 0.31 | 355.86 | 0.97 | 0.35 |
| Hex | B1 | 3 | F | 0 | 62 | 5C | 1F | 164 | 61 | 23 |
| Octal | 261 | 3 | 17 | 0 | 142 | 134 | 37 | 544 | 141 | 43 |
| Binary | 10110001 | 11 | 1111 | 0 | 1100010 | 1011100 | 11111 | 101100100 | 1100001 | 100011 |
Color Harmonies of #B1030F
Complementary color
Monochromatic Colors of #B1030F
Black with #B1030F
Text Example
Text Example
White with #B1030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1030F; }
p { color: rgb(177,3,15); }
H1.HeaderClassName
{
color: #B1030F;
}
.AnyTagClassName
{
color: #B1030F;
}
</style>
background-color css
<style>
a { background-color: #B1030F; }
a { background-color: rgb(177,3,15); }
div.DivClassName
{
background-color: #B1030F;
}
.BgClassName
{
background-color: #B1030F;
}
</style>
border-color css
<style>
span { border-color: #B1030F; }
span { border-color: rgb(177,3,15); }
td.TdClassName
{
border-color: #B1030F;
}
.TagClassName
{
border-color: #B1030F;
}
</style>