Shades of Venetian Red #B3012B
Tints of Venetian Red #B3012B
RGB
CMYK
RGB Variations
Color information
#B3012B (or 0xB3012B) is known color: Venetian Red. HEX triplet: B3, 01 and 2B. RGB value is (179,1,43). Sum of RGB (Red+Green+Blue) = 179+1+43=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B3012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3012B is #4CFED4. Grayscale: #3B3B3B. Windows color (decimal): -5045973 or 2818483. OLE color: 2818483.
HSL color Cylindrical-coordinate representation of color #B3012B: hue angle of 345.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3012B is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.30 |
| HSL | 345.84º | 0.99% | 0.35% | - |
| HSV(B) | 345.84º | 0.99% | 0.7% | - |
| XYZ | 19.04 | 9.78 | 3.17 | - |
| YUV | 59.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 43 | 0 | 0.99 | 0.76 | 0.30 | 345.84 | 0.99 | 0.35 |
| Hex | B3 | 1 | 2B | 0 | 63 | 4C | 1E | 15A | 63 | 23 |
| Octal | 263 | 1 | 53 | 0 | 143 | 114 | 36 | 532 | 143 | 43 |
| Binary | 10110011 | 1 | 101011 | 0 | 1100011 | 1001100 | 11110 | 101011010 | 1100011 | 100011 |
Color Harmonies of #B3012B
Complementary color
Monochromatic Colors of #B3012B
Black with #B3012B
Text Example
Text Example
White with #B3012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3012B; }
p { color: rgb(179,1,43); }
H1.HeaderClassName
{
color: #B3012B;
}
.AnyTagClassName
{
color: #B3012B;
}
</style>
background-color css
<style>
a { background-color: #B3012B; }
a { background-color: rgb(179,1,43); }
div.DivClassName
{
background-color: #B3012B;
}
.BgClassName
{
background-color: #B3012B;
}
</style>
border-color css
<style>
span { border-color: #B3012B; }
span { border-color: rgb(179,1,43); }
td.TdClassName
{
border-color: #B3012B;
}
.TagClassName
{
border-color: #B3012B;
}
</style>