Shades of Venetian Red #B31418
Tints of Venetian Red #B31418
RGB
CMYK
RGB Variations
Color information
#B31418 (or 0xB31418) is known color: Venetian Red. HEX triplet: B3, 14 and 18. RGB value is (179,20,24). Sum of RGB (Red+Green+Blue) = 179+20+24=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B31418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31418 is #4CEBE7. Grayscale: #444444. Windows color (decimal): -5041128 or 1578163. OLE color: 1578163.
HSL color Cylindrical-coordinate representation of color #B31418: hue angle of 358.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31418 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 24 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.30 |
| HSL | 358.49º | 0.8% | 0.39% | - |
| HSV(B) | 358.49º | 0.89% | 0.7% | - |
| XYZ | 19.01 | 10.15 | 1.82 | - |
| YUV | 68 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 24 | 0 | 0.89 | 0.87 | 0.30 | 358.49 | 0.8 | 0.39 |
| Hex | B3 | 14 | 18 | 0 | 59 | 57 | 1E | 166 | 50 | 27 |
| Octal | 263 | 24 | 30 | 0 | 131 | 127 | 36 | 546 | 120 | 47 |
| Binary | 10110011 | 10100 | 11000 | 0 | 1011001 | 1010111 | 11110 | 101100110 | 1010000 | 100111 |
Color Harmonies of #B31418
Complementary color
Monochromatic Colors of #B31418
Black with #B31418
Text Example
Text Example
White with #B31418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31418; }
p { color: rgb(179,20,24); }
H1.HeaderClassName
{
color: #B31418;
}
.AnyTagClassName
{
color: #B31418;
}
</style>
background-color css
<style>
a { background-color: #B31418; }
a { background-color: rgb(179,20,24); }
div.DivClassName
{
background-color: #B31418;
}
.BgClassName
{
background-color: #B31418;
}
</style>
border-color css
<style>
span { border-color: #B31418; }
span { border-color: rgb(179,20,24); }
td.TdClassName
{
border-color: #B31418;
}
.TagClassName
{
border-color: #B31418;
}
</style>