Shades of Venetian Red #B1040C
Tints of Venetian Red #B1040C
RGB
CMYK
RGB Variations
Color information
#B1040C (or 0xB1040C) is known color: Venetian Red. HEX triplet: B1, 04 and 0C. RGB value is (177,4,12). Sum of RGB (Red+Green+Blue) = 177+4+12=193 (25% of max value = 765). Red value is 177 (69.53% from 255 or 91.71% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 177 - color contains mainly: red. Hex color #B1040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1040C is #4EFBF3. Grayscale: #383838. Windows color (decimal): -5176308 or 787633. OLE color: 787633.
HSL color Cylindrical-coordinate representation of color #B1040C: hue angle of 357.23º degrees, saturation: 0.96, 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 #B1040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.31 |
| HSL | 357.23º | 0.96% | 0.35% | - |
| HSV(B) | 357.23º | 0.98% | 0.69% | - |
| XYZ | 18.24 | 9.46 | 1.21 | - |
| YUV | 56.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 12 | 0 | 0.98 | 0.93 | 0.31 | 357.23 | 0.96 | 0.35 |
| Hex | B1 | 4 | C | 0 | 62 | 5D | 1F | 165 | 60 | 23 |
| Octal | 261 | 4 | 14 | 0 | 142 | 135 | 37 | 545 | 140 | 43 |
| Binary | 10110001 | 100 | 1100 | 0 | 1100010 | 1011101 | 11111 | 101100101 | 1100000 | 100011 |
Color Harmonies of #B1040C
Complementary color
Monochromatic Colors of #B1040C
Black with #B1040C
Text Example
Text Example
White with #B1040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1040C; }
p { color: rgb(177,4,12); }
H1.HeaderClassName
{
color: #B1040C;
}
.AnyTagClassName
{
color: #B1040C;
}
</style>
background-color css
<style>
a { background-color: #B1040C; }
a { background-color: rgb(177,4,12); }
div.DivClassName
{
background-color: #B1040C;
}
.BgClassName
{
background-color: #B1040C;
}
</style>
border-color css
<style>
span { border-color: #B1040C; }
span { border-color: rgb(177,4,12); }
td.TdClassName
{
border-color: #B1040C;
}
.TagClassName
{
border-color: #B1040C;
}
</style>