Shades of Venetian Red #B30428
Tints of Venetian Red #B30428
RGB
CMYK
RGB Variations
Color information
#B30428 (or 0xB30428) is known color: Venetian Red. HEX triplet: B3, 04 and 28. RGB value is (179,4,40). Sum of RGB (Red+Green+Blue) = 179+4+40=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B30428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30428 is #4CFBD7. Grayscale: #3C3C3C. Windows color (decimal): -5045208 or 2622643. OLE color: 2622643.
HSL color Cylindrical-coordinate representation of color #B30428: hue angle of 347.66º degrees, saturation: 0.96, 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 #B30428 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.30 |
| HSL | 347.66º | 0.96% | 0.36% | - |
| HSV(B) | 347.66º | 0.98% | 0.7% | - |
| XYZ | 19.02 | 9.82 | 2.9 | - |
| YUV | 60.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 40 | 0 | 0.98 | 0.78 | 0.30 | 347.66 | 0.96 | 0.36 |
| Hex | B3 | 4 | 28 | 0 | 62 | 4E | 1E | 15C | 60 | 24 |
| Octal | 263 | 4 | 50 | 0 | 142 | 116 | 36 | 534 | 140 | 44 |
| Binary | 10110011 | 100 | 101000 | 0 | 1100010 | 1001110 | 11110 | 101011100 | 1100000 | 100100 |
Color Harmonies of #B30428
Complementary color
Monochromatic Colors of #B30428
Black with #B30428
Text Example
Text Example
White with #B30428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30428; }
p { color: rgb(179,4,40); }
H1.HeaderClassName
{
color: #B30428;
}
.AnyTagClassName
{
color: #B30428;
}
</style>
background-color css
<style>
a { background-color: #B30428; }
a { background-color: rgb(179,4,40); }
div.DivClassName
{
background-color: #B30428;
}
.BgClassName
{
background-color: #B30428;
}
</style>
border-color css
<style>
span { border-color: #B30428; }
span { border-color: rgb(179,4,40); }
td.TdClassName
{
border-color: #B30428;
}
.TagClassName
{
border-color: #B30428;
}
</style>