Shades of Venetian Red #B1001D
Tints of Venetian Red #B1001D
RGB
CMYK
RGB Variations
Color information
#B1001D (or 0xB1001D) is known color: Venetian Red. HEX triplet: B1, 00 and 1D. RGB value is (177,0,29). Sum of RGB (Red+Green+Blue) = 177+0+29=206 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.92% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 177 - color contains mainly: red. Hex color #B1001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1001D is #4EFFE2. Grayscale: #383838. Windows color (decimal): -5177315 or 1900721. OLE color: 1900721.
HSL color Cylindrical-coordinate representation of color #B1001D: hue angle of 350.17º 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 #B1001D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.84 | 0.31 |
| HSL | 350.17º | 1% | 0.35% | - |
| HSV(B) | 350.17º | 1% | 0.69% | - |
| XYZ | 18.35 | 9.44 | 2.02 | - |
| YUV | 56.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 29 | 0 | 1 | 0.84 | 0.31 | 350.17 | 1 | 0.35 |
| Hex | B1 | 0 | 1D | 0 | 64 | 54 | 1F | 15E | 64 | 23 |
| Octal | 261 | 0 | 35 | 0 | 144 | 124 | 37 | 536 | 144 | 43 |
| Binary | 10110001 | 0 | 11101 | 0 | 1100100 | 1010100 | 11111 | 101011110 | 1100100 | 100011 |
Color Harmonies of #B1001D
Complementary color
Monochromatic Colors of #B1001D
Black with #B1001D
Text Example
Text Example
White with #B1001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1001D; }
p { color: rgb(177,0,29); }
H1.HeaderClassName
{
color: #B1001D;
}
.AnyTagClassName
{
color: #B1001D;
}
</style>
background-color css
<style>
a { background-color: #B1001D; }
a { background-color: rgb(177,0,29); }
div.DivClassName
{
background-color: #B1001D;
}
.BgClassName
{
background-color: #B1001D;
}
</style>
border-color css
<style>
span { border-color: #B1001D; }
span { border-color: rgb(177,0,29); }
td.TdClassName
{
border-color: #B1001D;
}
.TagClassName
{
border-color: #B1001D;
}
</style>