Shades of Venetian Red #B30816
Tints of Venetian Red #B30816
RGB
CMYK
RGB Variations
Color information
#B30816 (or 0xB30816) is known color: Venetian Red. HEX triplet: B3, 08 and 16. RGB value is (179,8,22). Sum of RGB (Red+Green+Blue) = 179+8+22=209 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.65% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 179 - color contains mainly: red. Hex color #B30816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30816 is #4CF7E9. Grayscale: #3C3C3C. Windows color (decimal): -5044202 or 1444019. OLE color: 1444019.
HSL color Cylindrical-coordinate representation of color #B30816: hue angle of 355.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30816 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.30 |
| HSL | 355.09º | 0.91% | 0.37% | - |
| HSV(B) | 355.09º | 0.96% | 0.7% | - |
| XYZ | 18.82 | 9.82 | 1.66 | - |
| YUV | 60.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 22 | 0 | 0.96 | 0.88 | 0.30 | 355.09 | 0.91 | 0.37 |
| Hex | B3 | 8 | 16 | 0 | 60 | 58 | 1E | 163 | 5B | 25 |
| Octal | 263 | 10 | 26 | 0 | 140 | 130 | 36 | 543 | 133 | 45 |
| Binary | 10110011 | 1000 | 10110 | 0 | 1100000 | 1011000 | 11110 | 101100011 | 1011011 | 100101 |
Color Harmonies of #B30816
Complementary color
Monochromatic Colors of #B30816
Black with #B30816
Text Example
Text Example
White with #B30816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30816; }
p { color: rgb(179,8,22); }
H1.HeaderClassName
{
color: #B30816;
}
.AnyTagClassName
{
color: #B30816;
}
</style>
background-color css
<style>
a { background-color: #B30816; }
a { background-color: rgb(179,8,22); }
div.DivClassName
{
background-color: #B30816;
}
.BgClassName
{
background-color: #B30816;
}
</style>
border-color css
<style>
span { border-color: #B30816; }
span { border-color: rgb(179,8,22); }
td.TdClassName
{
border-color: #B30816;
}
.TagClassName
{
border-color: #B30816;
}
</style>