Shades of Venetian Red #B30819
Tints of Venetian Red #B30819
RGB
CMYK
RGB Variations
Color information
#B30819 (or 0xB30819) is known color: Venetian Red. HEX triplet: B3, 08 and 19. RGB value is (179,8,25). Sum of RGB (Red+Green+Blue) = 179+8+25=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B30819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30819 is #4CF7E6. Grayscale: #3D3D3D. Windows color (decimal): -5044199 or 1640627. OLE color: 1640627.
HSL color Cylindrical-coordinate representation of color #B30819: hue angle of 354.04º 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 #B30819 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.30 |
| HSL | 354.04º | 0.91% | 0.37% | - |
| HSV(B) | 354.04º | 0.96% | 0.7% | - |
| XYZ | 18.85 | 9.83 | 1.82 | - |
| YUV | 61.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 25 | 0 | 0.96 | 0.86 | 0.30 | 354.04 | 0.91 | 0.37 |
| Hex | B3 | 8 | 19 | 0 | 60 | 56 | 1E | 162 | 5B | 25 |
| Octal | 263 | 10 | 31 | 0 | 140 | 126 | 36 | 542 | 133 | 45 |
| Binary | 10110011 | 1000 | 11001 | 0 | 1100000 | 1010110 | 11110 | 101100010 | 1011011 | 100101 |
Color Harmonies of #B30819
Complementary color
Monochromatic Colors of #B30819
Black with #B30819
Text Example
Text Example
White with #B30819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30819; }
p { color: rgb(179,8,25); }
H1.HeaderClassName
{
color: #B30819;
}
.AnyTagClassName
{
color: #B30819;
}
</style>
background-color css
<style>
a { background-color: #B30819; }
a { background-color: rgb(179,8,25); }
div.DivClassName
{
background-color: #B30819;
}
.BgClassName
{
background-color: #B30819;
}
</style>
border-color css
<style>
span { border-color: #B30819; }
span { border-color: rgb(179,8,25); }
td.TdClassName
{
border-color: #B30819;
}
.TagClassName
{
border-color: #B30819;
}
</style>