Shades of Venetian Red #B30818
Tints of Venetian Red #B30818
RGB
CMYK
RGB Variations
Color information
#B30818 (or 0xB30818) is known color: Venetian Red. HEX triplet: B3, 08 and 18. RGB value is (179,8,24). Sum of RGB (Red+Green+Blue) = 179+8+24=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B30818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30818 is #4CF7E7. Grayscale: #3D3D3D. Windows color (decimal): -5044200 or 1575091. OLE color: 1575091.
HSL color Cylindrical-coordinate representation of color #B30818: hue angle of 354.39º 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 #B30818 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 24 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.30 |
| HSL | 354.39º | 0.91% | 0.37% | - |
| HSV(B) | 354.39º | 0.96% | 0.7% | - |
| XYZ | 18.84 | 9.82 | 1.77 | - |
| YUV | 60.95 | 107.15 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 24 | 0 | 0.96 | 0.87 | 0.30 | 354.39 | 0.91 | 0.37 |
| Hex | B3 | 8 | 18 | 0 | 60 | 57 | 1E | 162 | 5B | 25 |
| Octal | 263 | 10 | 30 | 0 | 140 | 127 | 36 | 542 | 133 | 45 |
| Binary | 10110011 | 1000 | 11000 | 0 | 1100000 | 1010111 | 11110 | 101100010 | 1011011 | 100101 |
Color Harmonies of #B30818
Complementary color
Monochromatic Colors of #B30818
Black with #B30818
Text Example
Text Example
White with #B30818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30818; }
p { color: rgb(179,8,24); }
H1.HeaderClassName
{
color: #B30818;
}
.AnyTagClassName
{
color: #B30818;
}
</style>
background-color css
<style>
a { background-color: #B30818; }
a { background-color: rgb(179,8,24); }
div.DivClassName
{
background-color: #B30818;
}
.BgClassName
{
background-color: #B30818;
}
</style>
border-color css
<style>
span { border-color: #B30818; }
span { border-color: rgb(179,8,24); }
td.TdClassName
{
border-color: #B30818;
}
.TagClassName
{
border-color: #B30818;
}
</style>