Shades of Venetian Red #B30921
Tints of Venetian Red #B30921
RGB
CMYK
RGB Variations
Color information
#B30921 (or 0xB30921) is known color: Venetian Red. HEX triplet: B3, 09 and 21. RGB value is (179,9,33). Sum of RGB (Red+Green+Blue) = 179+9+33=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B30921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30921 is #4CF6DE. Grayscale: #3E3E3E. Windows color (decimal): -5043935 or 2165171. OLE color: 2165171.
HSL color Cylindrical-coordinate representation of color #B30921: hue angle of 351.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30921 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 33 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.30 |
| HSL | 351.53º | 0.9% | 0.37% | - |
| HSV(B) | 351.53º | 0.95% | 0.7% | - |
| XYZ | 18.96 | 9.89 | 2.35 | - |
| YUV | 62.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 33 | 0 | 0.95 | 0.82 | 0.30 | 351.53 | 0.9 | 0.37 |
| Hex | B3 | 9 | 21 | 0 | 5F | 52 | 1E | 160 | 5A | 25 |
| Octal | 263 | 11 | 41 | 0 | 137 | 122 | 36 | 540 | 132 | 45 |
| Binary | 10110011 | 1001 | 100001 | 0 | 1011111 | 1010010 | 11110 | 101100000 | 1011010 | 100101 |
Color Harmonies of #B30921
Complementary color
Monochromatic Colors of #B30921
Black with #B30921
Text Example
Text Example
White with #B30921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30921; }
p { color: rgb(179,9,33); }
H1.HeaderClassName
{
color: #B30921;
}
.AnyTagClassName
{
color: #B30921;
}
</style>
background-color css
<style>
a { background-color: #B30921; }
a { background-color: rgb(179,9,33); }
div.DivClassName
{
background-color: #B30921;
}
.BgClassName
{
background-color: #B30921;
}
</style>
border-color css
<style>
span { border-color: #B30921; }
span { border-color: rgb(179,9,33); }
td.TdClassName
{
border-color: #B30921;
}
.TagClassName
{
border-color: #B30921;
}
</style>