Shades of Venetian Red #B30828
Tints of Venetian Red #B30828
RGB
CMYK
RGB Variations
Color information
#B30828 (or 0xB30828) is known color: Venetian Red. HEX triplet: B3, 08 and 28. RGB value is (179,8,40). Sum of RGB (Red+Green+Blue) = 179+8+40=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B30828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30828 is #4CF7D7. Grayscale: #3E3E3E. Windows color (decimal): -5044184 or 2623667. OLE color: 2623667.
HSL color Cylindrical-coordinate representation of color #B30828: hue angle of 348.77º 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 #B30828 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.30 |
| HSL | 348.77º | 0.91% | 0.37% | - |
| HSV(B) | 348.77º | 0.96% | 0.7% | - |
| XYZ | 19.06 | 9.91 | 2.92 | - |
| YUV | 62.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 40 | 0 | 0.96 | 0.78 | 0.30 | 348.77 | 0.91 | 0.37 |
| Hex | B3 | 8 | 28 | 0 | 60 | 4E | 1E | 15D | 5B | 25 |
| Octal | 263 | 10 | 50 | 0 | 140 | 116 | 36 | 535 | 133 | 45 |
| Binary | 10110011 | 1000 | 101000 | 0 | 1100000 | 1001110 | 11110 | 101011101 | 1011011 | 100101 |
Color Harmonies of #B30828
Complementary color
Monochromatic Colors of #B30828
Black with #B30828
Text Example
Text Example
White with #B30828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30828; }
p { color: rgb(179,8,40); }
H1.HeaderClassName
{
color: #B30828;
}
.AnyTagClassName
{
color: #B30828;
}
</style>
background-color css
<style>
a { background-color: #B30828; }
a { background-color: rgb(179,8,40); }
div.DivClassName
{
background-color: #B30828;
}
.BgClassName
{
background-color: #B30828;
}
</style>
border-color css
<style>
span { border-color: #B30828; }
span { border-color: rgb(179,8,40); }
td.TdClassName
{
border-color: #B30828;
}
.TagClassName
{
border-color: #B30828;
}
</style>