Shades of Venetian Red #B30311
Tints of Venetian Red #B30311
RGB
CMYK
RGB Variations
Color information
#B30311 (or 0xB30311) is known color: Venetian Red. HEX triplet: B3, 03 and 11. RGB value is (179,3,17). Sum of RGB (Red+Green+Blue) = 179+3+17=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B30311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30311 is #4CFCEE. Grayscale: #393939. Windows color (decimal): -5045487 or 1115059. OLE color: 1115059.
HSL color Cylindrical-coordinate representation of color #B30311: hue angle of 355.23º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30311 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.30 |
| HSL | 355.23º | 0.97% | 0.36% | - |
| HSV(B) | 355.23º | 0.98% | 0.7% | - |
| XYZ | 18.72 | 9.69 | 1.41 | - |
| YUV | 57.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 17 | 0 | 0.98 | 0.91 | 0.30 | 355.23 | 0.97 | 0.36 |
| Hex | B3 | 3 | 11 | 0 | 62 | 5B | 1E | 163 | 61 | 24 |
| Octal | 263 | 3 | 21 | 0 | 142 | 133 | 36 | 543 | 141 | 44 |
| Binary | 10110011 | 11 | 10001 | 0 | 1100010 | 1011011 | 11110 | 101100011 | 1100001 | 100100 |
Color Harmonies of #B30311
Complementary color
Monochromatic Colors of #B30311
Black with #B30311
Text Example
Text Example
White with #B30311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30311; }
p { color: rgb(179,3,17); }
H1.HeaderClassName
{
color: #B30311;
}
.AnyTagClassName
{
color: #B30311;
}
</style>
background-color css
<style>
a { background-color: #B30311; }
a { background-color: rgb(179,3,17); }
div.DivClassName
{
background-color: #B30311;
}
.BgClassName
{
background-color: #B30311;
}
</style>
border-color css
<style>
span { border-color: #B30311; }
span { border-color: rgb(179,3,17); }
td.TdClassName
{
border-color: #B30311;
}
.TagClassName
{
border-color: #B30311;
}
</style>