Shades of Venetian Red #B3061D
Tints of Venetian Red #B3061D
RGB
CMYK
RGB Variations
Color information
#B3061D (or 0xB3061D) is known color: Venetian Red. HEX triplet: B3, 06 and 1D. RGB value is (179,6,29). Sum of RGB (Red+Green+Blue) = 179+6+29=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3061D is #4CF9E2. Grayscale: #3C3C3C. Windows color (decimal): -5044707 or 1902259. OLE color: 1902259.
HSL color Cylindrical-coordinate representation of color #B3061D: hue angle of 352.02º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3061D is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.30 |
| HSL | 352.02º | 0.94% | 0.36% | - |
| HSV(B) | 352.02º | 0.97% | 0.7% | - |
| XYZ | 18.88 | 9.8 | 2.06 | - |
| YUV | 60.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 29 | 0 | 0.97 | 0.84 | 0.30 | 352.02 | 0.94 | 0.36 |
| Hex | B3 | 6 | 1D | 0 | 61 | 54 | 1E | 160 | 5E | 24 |
| Octal | 263 | 6 | 35 | 0 | 141 | 124 | 36 | 540 | 136 | 44 |
| Binary | 10110011 | 110 | 11101 | 0 | 1100001 | 1010100 | 11110 | 101100000 | 1011110 | 100100 |
Color Harmonies of #B3061D
Complementary color
Monochromatic Colors of #B3061D
Black with #B3061D
Text Example
Text Example
White with #B3061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3061D; }
p { color: rgb(179,6,29); }
H1.HeaderClassName
{
color: #B3061D;
}
.AnyTagClassName
{
color: #B3061D;
}
</style>
background-color css
<style>
a { background-color: #B3061D; }
a { background-color: rgb(179,6,29); }
div.DivClassName
{
background-color: #B3061D;
}
.BgClassName
{
background-color: #B3061D;
}
</style>
border-color css
<style>
span { border-color: #B3061D; }
span { border-color: rgb(179,6,29); }
td.TdClassName
{
border-color: #B3061D;
}
.TagClassName
{
border-color: #B3061D;
}
</style>