Shades of Venetian Red #B30228
Tints of Venetian Red #B30228
RGB
CMYK
RGB Variations
Color information
#B30228 (or 0xB30228) is known color: Venetian Red. HEX triplet: B3, 02 and 28. RGB value is (179,2,40). Sum of RGB (Red+Green+Blue) = 179+2+40=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30228 is #4CFDD7. Grayscale: #3B3B3B. Windows color (decimal): -5045720 or 2622131. OLE color: 2622131.
HSL color Cylindrical-coordinate representation of color #B30228: hue angle of 347.12º degrees, saturation: 0.98, 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 #B30228 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.30 |
| HSL | 347.12º | 0.98% | 0.35% | - |
| HSV(B) | 347.12º | 0.99% | 0.7% | - |
| XYZ | 19 | 9.78 | 2.89 | - |
| YUV | 59.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 40 | 0 | 0.99 | 0.78 | 0.30 | 347.12 | 0.98 | 0.35 |
| Hex | B3 | 2 | 28 | 0 | 63 | 4E | 1E | 15B | 62 | 23 |
| Octal | 263 | 2 | 50 | 0 | 143 | 116 | 36 | 533 | 142 | 43 |
| Binary | 10110011 | 10 | 101000 | 0 | 1100011 | 1001110 | 11110 | 101011011 | 1100010 | 100011 |
Color Harmonies of #B30228
Complementary color
Monochromatic Colors of #B30228
Black with #B30228
Text Example
Text Example
White with #B30228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30228; }
p { color: rgb(179,2,40); }
H1.HeaderClassName
{
color: #B30228;
}
.AnyTagClassName
{
color: #B30228;
}
</style>
background-color css
<style>
a { background-color: #B30228; }
a { background-color: rgb(179,2,40); }
div.DivClassName
{
background-color: #B30228;
}
.BgClassName
{
background-color: #B30228;
}
</style>
border-color css
<style>
span { border-color: #B30228; }
span { border-color: rgb(179,2,40); }
td.TdClassName
{
border-color: #B30228;
}
.TagClassName
{
border-color: #B30228;
}
</style>