Shades of Venetian Red #B30815
Tints of Venetian Red #B30815
RGB
CMYK
RGB Variations
Color information
#B30815 (or 0xB30815) is known color: Venetian Red. HEX triplet: B3, 08 and 15. RGB value is (179,8,21). Sum of RGB (Red+Green+Blue) = 179+8+21=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B30815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30815 is #4CF7EA. Grayscale: #3C3C3C. Windows color (decimal): -5044203 or 1378483. OLE color: 1378483.
HSL color Cylindrical-coordinate representation of color #B30815: hue angle of 355.44º 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 #B30815 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 21 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.30 |
| HSL | 355.44º | 0.91% | 0.37% | - |
| HSV(B) | 355.44º | 0.96% | 0.7% | - |
| XYZ | 18.81 | 9.81 | 1.61 | - |
| YUV | 60.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 21 | 0 | 0.96 | 0.88 | 0.30 | 355.44 | 0.91 | 0.37 |
| Hex | B3 | 8 | 15 | 0 | 60 | 58 | 1E | 163 | 5B | 25 |
| Octal | 263 | 10 | 25 | 0 | 140 | 130 | 36 | 543 | 133 | 45 |
| Binary | 10110011 | 1000 | 10101 | 0 | 1100000 | 1011000 | 11110 | 101100011 | 1011011 | 100101 |
Color Harmonies of #B30815
Complementary color
Monochromatic Colors of #B30815
Black with #B30815
Text Example
Text Example
White with #B30815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30815; }
p { color: rgb(179,8,21); }
H1.HeaderClassName
{
color: #B30815;
}
.AnyTagClassName
{
color: #B30815;
}
</style>
background-color css
<style>
a { background-color: #B30815; }
a { background-color: rgb(179,8,21); }
div.DivClassName
{
background-color: #B30815;
}
.BgClassName
{
background-color: #B30815;
}
</style>
border-color css
<style>
span { border-color: #B30815; }
span { border-color: rgb(179,8,21); }
td.TdClassName
{
border-color: #B30815;
}
.TagClassName
{
border-color: #B30815;
}
</style>