Shades of Venetian Red #B31025
Tints of Venetian Red #B31025
RGB
CMYK
RGB Variations
Color information
#B31025 (or 0xB31025) is known color: Venetian Red. HEX triplet: B3, 10 and 25. RGB value is (179,16,37). Sum of RGB (Red+Green+Blue) = 179+16+37=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B31025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31025 is #4CEFDA. Grayscale: #434343. Windows color (decimal): -5042139 or 2429107. OLE color: 2429107.
HSL color Cylindrical-coordinate representation of color #B31025: hue angle of 352.27º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31025 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 37 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.30 |
| HSL | 352.27º | 0.84% | 0.38% | - |
| HSV(B) | 352.27º | 0.91% | 0.7% | - |
| XYZ | 19.11 | 10.09 | 2.69 | - |
| YUV | 67.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 37 | 0 | 0.91 | 0.79 | 0.30 | 352.27 | 0.84 | 0.38 |
| Hex | B3 | 10 | 25 | 0 | 5B | 4F | 1E | 160 | 54 | 26 |
| Octal | 263 | 20 | 45 | 0 | 133 | 117 | 36 | 540 | 124 | 46 |
| Binary | 10110011 | 10000 | 100101 | 0 | 1011011 | 1001111 | 11110 | 101100000 | 1010100 | 100110 |
Color Harmonies of #B31025
Complementary color
Monochromatic Colors of #B31025
Black with #B31025
Text Example
Text Example
White with #B31025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31025; }
p { color: rgb(179,16,37); }
H1.HeaderClassName
{
color: #B31025;
}
.AnyTagClassName
{
color: #B31025;
}
</style>
background-color css
<style>
a { background-color: #B31025; }
a { background-color: rgb(179,16,37); }
div.DivClassName
{
background-color: #B31025;
}
.BgClassName
{
background-color: #B31025;
}
</style>
border-color css
<style>
span { border-color: #B31025; }
span { border-color: rgb(179,16,37); }
td.TdClassName
{
border-color: #B31025;
}
.TagClassName
{
border-color: #B31025;
}
</style>