Shades of Venetian Red #B3011C
Tints of Venetian Red #B3011C
RGB
CMYK
RGB Variations
Color information
#B3011C (or 0xB3011C) is known color: Venetian Red. HEX triplet: B3, 01 and 1C. RGB value is (179,1,28). Sum of RGB (Red+Green+Blue) = 179+1+28=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B3011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3011C is #4CFEE3. Grayscale: #393939. Windows color (decimal): -5045988 or 1835443. OLE color: 1835443.
HSL color Cylindrical-coordinate representation of color #B3011C: hue angle of 350.9º 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 #B3011C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.30 |
| HSL | 350.9º | 0.99% | 0.35% | - |
| HSV(B) | 350.9º | 0.99% | 0.7% | - |
| XYZ | 18.81 | 9.69 | 1.98 | - |
| YUV | 57.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 28 | 0 | 0.99 | 0.84 | 0.30 | 350.9 | 0.99 | 0.35 |
| Hex | B3 | 1 | 1C | 0 | 63 | 54 | 1E | 15F | 63 | 23 |
| Octal | 263 | 1 | 34 | 0 | 143 | 124 | 36 | 537 | 143 | 43 |
| Binary | 10110011 | 1 | 11100 | 0 | 1100011 | 1010100 | 11110 | 101011111 | 1100011 | 100011 |
Color Harmonies of #B3011C
Complementary color
Monochromatic Colors of #B3011C
Black with #B3011C
Text Example
Text Example
White with #B3011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3011C; }
p { color: rgb(179,1,28); }
H1.HeaderClassName
{
color: #B3011C;
}
.AnyTagClassName
{
color: #B3011C;
}
</style>
background-color css
<style>
a { background-color: #B3011C; }
a { background-color: rgb(179,1,28); }
div.DivClassName
{
background-color: #B3011C;
}
.BgClassName
{
background-color: #B3011C;
}
</style>
border-color css
<style>
span { border-color: #B3011C; }
span { border-color: rgb(179,1,28); }
td.TdClassName
{
border-color: #B3011C;
}
.TagClassName
{
border-color: #B3011C;
}
</style>