Shades of Venetian Red #B30128
Tints of Venetian Red #B30128
RGB
CMYK
RGB Variations
Color information
#B30128 (or 0xB30128) is known color: Venetian Red. HEX triplet: B3, 01 and 28. RGB value is (179,1,40). Sum of RGB (Red+Green+Blue) = 179+1+40=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B30128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30128 is #4CFED7. Grayscale: #3A3A3A. Windows color (decimal): -5045976 or 2621875. OLE color: 2621875.
HSL color Cylindrical-coordinate representation of color #B30128: hue angle of 346.85º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30128 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.30 |
| HSL | 346.85º | 0.99% | 0.35% | - |
| HSV(B) | 346.85º | 0.99% | 0.7% | - |
| XYZ | 18.98 | 9.76 | 2.89 | - |
| YUV | 58.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 40 | 0 | 0.99 | 0.78 | 0.30 | 346.85 | 0.99 | 0.35 |
| Hex | B3 | 1 | 28 | 0 | 63 | 4E | 1E | 15B | 63 | 23 |
| Octal | 263 | 1 | 50 | 0 | 143 | 116 | 36 | 533 | 143 | 43 |
| Binary | 10110011 | 1 | 101000 | 0 | 1100011 | 1001110 | 11110 | 101011011 | 1100011 | 100011 |
Color Harmonies of #B30128
Complementary color
Monochromatic Colors of #B30128
Black with #B30128
Text Example
Text Example
White with #B30128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30128; }
p { color: rgb(179,1,40); }
H1.HeaderClassName
{
color: #B30128;
}
.AnyTagClassName
{
color: #B30128;
}
</style>
background-color css
<style>
a { background-color: #B30128; }
a { background-color: rgb(179,1,40); }
div.DivClassName
{
background-color: #B30128;
}
.BgClassName
{
background-color: #B30128;
}
</style>
border-color css
<style>
span { border-color: #B30128; }
span { border-color: rgb(179,1,40); }
td.TdClassName
{
border-color: #B30128;
}
.TagClassName
{
border-color: #B30128;
}
</style>