Shades of Venetian Red #B1001C
Tints of Venetian Red #B1001C
RGB
CMYK
RGB Variations
Color information
#B1001C (or 0xB1001C) is known color: Venetian Red. HEX triplet: B1, 00 and 1C. RGB value is (177,0,28). Sum of RGB (Red+Green+Blue) = 177+0+28=205 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.34% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 177 - color contains mainly: red. Hex color #B1001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1001C is #4EFFE3. Grayscale: #383838. Windows color (decimal): -5177316 or 1835185. OLE color: 1835185.
HSL color Cylindrical-coordinate representation of color #B1001C: hue angle of 350.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1001C is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.84 | 0.31 |
| HSL | 350.51º | 1% | 0.35% | - |
| HSV(B) | 350.51º | 1% | 0.69% | - |
| XYZ | 18.34 | 9.43 | 1.95 | - |
| YUV | 56.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 28 | 0 | 1 | 0.84 | 0.31 | 350.51 | 1 | 0.35 |
| Hex | B1 | 0 | 1C | 0 | 64 | 54 | 1F | 15F | 64 | 23 |
| Octal | 261 | 0 | 34 | 0 | 144 | 124 | 37 | 537 | 144 | 43 |
| Binary | 10110001 | 0 | 11100 | 0 | 1100100 | 1010100 | 11111 | 101011111 | 1100100 | 100011 |
Color Harmonies of #B1001C
Complementary color
Monochromatic Colors of #B1001C
Black with #B1001C
Text Example
Text Example
White with #B1001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1001C; }
p { color: rgb(177,0,28); }
H1.HeaderClassName
{
color: #B1001C;
}
.AnyTagClassName
{
color: #B1001C;
}
</style>
background-color css
<style>
a { background-color: #B1001C; }
a { background-color: rgb(177,0,28); }
div.DivClassName
{
background-color: #B1001C;
}
.BgClassName
{
background-color: #B1001C;
}
</style>
border-color css
<style>
span { border-color: #B1001C; }
span { border-color: rgb(177,0,28); }
td.TdClassName
{
border-color: #B1001C;
}
.TagClassName
{
border-color: #B1001C;
}
</style>