Shades of Venetian Red #B30A1B
Tints of Venetian Red #B30A1B
RGB
CMYK
RGB Variations
Color information
#B30A1B (or 0xB30A1B) is known color: Venetian Red. HEX triplet: B3, 0A and 1B. RGB value is (179,10,27). Sum of RGB (Red+Green+Blue) = 179+10+27=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A1B is #4CF5E4. Grayscale: #3E3E3E. Windows color (decimal): -5043685 or 1772211. OLE color: 1772211.
HSL color Cylindrical-coordinate representation of color #B30A1B: hue angle of 353.96º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A1B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.30 |
| HSL | 353.96º | 0.89% | 0.37% | - |
| HSV(B) | 353.96º | 0.94% | 0.7% | - |
| XYZ | 18.9 | 9.88 | 1.95 | - |
| YUV | 62.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 27 | 0 | 0.94 | 0.85 | 0.30 | 353.96 | 0.89 | 0.37 |
| Hex | B3 | A | 1B | 0 | 5E | 55 | 1E | 162 | 59 | 25 |
| Octal | 263 | 12 | 33 | 0 | 136 | 125 | 36 | 542 | 131 | 45 |
| Binary | 10110011 | 1010 | 11011 | 0 | 1011110 | 1010101 | 11110 | 101100010 | 1011001 | 100101 |
Color Harmonies of #B30A1B
Complementary color
Monochromatic Colors of #B30A1B
Black with #B30A1B
Text Example
Text Example
White with #B30A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A1B; }
p { color: rgb(179,10,27); }
H1.HeaderClassName
{
color: #B30A1B;
}
.AnyTagClassName
{
color: #B30A1B;
}
</style>
background-color css
<style>
a { background-color: #B30A1B; }
a { background-color: rgb(179,10,27); }
div.DivClassName
{
background-color: #B30A1B;
}
.BgClassName
{
background-color: #B30A1B;
}
</style>
border-color css
<style>
span { border-color: #B30A1B; }
span { border-color: rgb(179,10,27); }
td.TdClassName
{
border-color: #B30A1B;
}
.TagClassName
{
border-color: #B30A1B;
}
</style>