Shades of Venetian Red #B30408
Tints of Venetian Red #B30408
RGB
CMYK
RGB Variations
Color information
#B30408 (or 0xB30408) is known color: Venetian Red. HEX triplet: B3, 04 and 08. RGB value is (179,4,8). Sum of RGB (Red+Green+Blue) = 179+4+8=191 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.72% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 179 - color contains mainly: red. Hex color #B30408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30408 is #4CFBF7. Grayscale: #383838. Windows color (decimal): -5045240 or 525491. OLE color: 525491.
HSL color Cylindrical-coordinate representation of color #B30408: hue angle of 358.63º 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 #B30408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.30 |
| HSL | 358.63º | 0.96% | 0.36% | - |
| HSV(B) | 358.63º | 0.98% | 0.7% | - |
| XYZ | 18.68 | 9.69 | 1.12 | - |
| YUV | 56.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 8 | 0 | 0.98 | 0.96 | 0.30 | 358.63 | 0.96 | 0.36 |
| Hex | B3 | 4 | 8 | 0 | 62 | 60 | 1E | 167 | 60 | 24 |
| Octal | 263 | 4 | 10 | 0 | 142 | 140 | 36 | 547 | 140 | 44 |
| Binary | 10110011 | 100 | 1000 | 0 | 1100010 | 1100000 | 11110 | 101100111 | 1100000 | 100100 |
Color Harmonies of #B30408
Complementary color
Monochromatic Colors of #B30408
Black with #B30408
Text Example
Text Example
White with #B30408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30408; }
p { color: rgb(179,4,8); }
H1.HeaderClassName
{
color: #B30408;
}
.AnyTagClassName
{
color: #B30408;
}
</style>
background-color css
<style>
a { background-color: #B30408; }
a { background-color: rgb(179,4,8); }
div.DivClassName
{
background-color: #B30408;
}
.BgClassName
{
background-color: #B30408;
}
</style>
border-color css
<style>
span { border-color: #B30408; }
span { border-color: rgb(179,4,8); }
td.TdClassName
{
border-color: #B30408;
}
.TagClassName
{
border-color: #B30408;
}
</style>