Shades of Venetian Red #B1091C
Tints of Venetian Red #B1091C
RGB
CMYK
RGB Variations
Color information
#B1091C (or 0xB1091C) is known color: Venetian Red. HEX triplet: B1, 09 and 1C. RGB value is (177,9,28). Sum of RGB (Red+Green+Blue) = 177+9+28=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B1091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1091C is #4EF6E3. Grayscale: #3D3D3D. Windows color (decimal): -5175012 or 1837489. OLE color: 1837489.
HSL color Cylindrical-coordinate representation of color #B1091C: hue angle of 353.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1091C is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 28 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.31 |
| HSL | 353.21º | 0.9% | 0.36% | - |
| HSV(B) | 353.21º | 0.95% | 0.69% | - |
| XYZ | 18.44 | 9.63 | 1.98 | - |
| YUV | 61.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 28 | 0 | 0.95 | 0.84 | 0.31 | 353.21 | 0.9 | 0.36 |
| Hex | B1 | 9 | 1C | 0 | 5F | 54 | 1F | 161 | 5A | 24 |
| Octal | 261 | 11 | 34 | 0 | 137 | 124 | 37 | 541 | 132 | 44 |
| Binary | 10110001 | 1001 | 11100 | 0 | 1011111 | 1010100 | 11111 | 101100001 | 1011010 | 100100 |
Color Harmonies of #B1091C
Complementary color
Monochromatic Colors of #B1091C
Black with #B1091C
Text Example
Text Example
White with #B1091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1091C; }
p { color: rgb(177,9,28); }
H1.HeaderClassName
{
color: #B1091C;
}
.AnyTagClassName
{
color: #B1091C;
}
</style>
background-color css
<style>
a { background-color: #B1091C; }
a { background-color: rgb(177,9,28); }
div.DivClassName
{
background-color: #B1091C;
}
.BgClassName
{
background-color: #B1091C;
}
</style>
border-color css
<style>
span { border-color: #B1091C; }
span { border-color: rgb(177,9,28); }
td.TdClassName
{
border-color: #B1091C;
}
.TagClassName
{
border-color: #B1091C;
}
</style>