Shades of Venetian Red #B30316
Tints of Venetian Red #B30316
RGB
CMYK
RGB Variations
Color information
#B30316 (or 0xB30316) is known color: Venetian Red. HEX triplet: B3, 03 and 16. RGB value is (179,3,22). Sum of RGB (Red+Green+Blue) = 179+3+22=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B30316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30316 is #4CFCE9. Grayscale: #393939. Windows color (decimal): -5045482 or 1442739. OLE color: 1442739.
HSL color Cylindrical-coordinate representation of color #B30316: hue angle of 353.52º 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 #B30316 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.30 |
| HSL | 353.52º | 0.97% | 0.36% | - |
| HSV(B) | 353.52º | 0.98% | 0.7% | - |
| XYZ | 18.77 | 9.71 | 1.64 | - |
| YUV | 57.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 22 | 0 | 0.98 | 0.88 | 0.30 | 353.52 | 0.97 | 0.36 |
| Hex | B3 | 3 | 16 | 0 | 62 | 58 | 1E | 162 | 61 | 24 |
| Octal | 263 | 3 | 26 | 0 | 142 | 130 | 36 | 542 | 141 | 44 |
| Binary | 10110011 | 11 | 10110 | 0 | 1100010 | 1011000 | 11110 | 101100010 | 1100001 | 100100 |
Color Harmonies of #B30316
Complementary color
Monochromatic Colors of #B30316
Black with #B30316
Text Example
Text Example
White with #B30316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30316; }
p { color: rgb(179,3,22); }
H1.HeaderClassName
{
color: #B30316;
}
.AnyTagClassName
{
color: #B30316;
}
</style>
background-color css
<style>
a { background-color: #B30316; }
a { background-color: rgb(179,3,22); }
div.DivClassName
{
background-color: #B30316;
}
.BgClassName
{
background-color: #B30316;
}
</style>
border-color css
<style>
span { border-color: #B30316; }
span { border-color: rgb(179,3,22); }
td.TdClassName
{
border-color: #B30316;
}
.TagClassName
{
border-color: #B30316;
}
</style>