Shades of Venetian Red #B0061C
Tints of Venetian Red #B0061C
RGB
CMYK
RGB Variations
Color information
#B0061C (or 0xB0061C) is known color: Venetian Red. HEX triplet: B0, 06 and 1C. RGB value is (176,6,28). Sum of RGB (Red+Green+Blue) = 176+6+28=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B0061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0061C is #4FF9E3. Grayscale: #3B3B3B. Windows color (decimal): -5241316 or 1836720. OLE color: 1836720.
HSL color Cylindrical-coordinate representation of color #B0061C: hue angle of 352.24º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0061C is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.31 |
| HSL | 352.24º | 0.93% | 0.36% | - |
| HSV(B) | 352.24º | 0.97% | 0.69% | - |
| XYZ | 18.18 | 9.44 | 1.96 | - |
| YUV | 59.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 28 | 0 | 0.97 | 0.84 | 0.31 | 352.24 | 0.93 | 0.36 |
| Hex | B0 | 6 | 1C | 0 | 61 | 54 | 1F | 160 | 5D | 24 |
| Octal | 260 | 6 | 34 | 0 | 141 | 124 | 37 | 540 | 135 | 44 |
| Binary | 10110000 | 110 | 11100 | 0 | 1100001 | 1010100 | 11111 | 101100000 | 1011101 | 100100 |
Color Harmonies of #B0061C
Complementary color
Monochromatic Colors of #B0061C
Black with #B0061C
Text Example
Text Example
White with #B0061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0061C; }
p { color: rgb(176,6,28); }
H1.HeaderClassName
{
color: #B0061C;
}
.AnyTagClassName
{
color: #B0061C;
}
</style>
background-color css
<style>
a { background-color: #B0061C; }
a { background-color: rgb(176,6,28); }
div.DivClassName
{
background-color: #B0061C;
}
.BgClassName
{
background-color: #B0061C;
}
</style>
border-color css
<style>
span { border-color: #B0061C; }
span { border-color: rgb(176,6,28); }
td.TdClassName
{
border-color: #B0061C;
}
.TagClassName
{
border-color: #B0061C;
}
</style>