Shades of Venetian Red #B5111A
Tints of Venetian Red #B5111A
RGB
CMYK
RGB Variations
Color information
#B5111A (or 0xB5111A) is known color: Venetian Red. HEX triplet: B5, 11 and 1A. RGB value is (181,17,26). Sum of RGB (Red+Green+Blue) = 181+17+26=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B5111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5111A is #4AEEE5. Grayscale: #434343. Windows color (decimal): -4910822 or 1708469. OLE color: 1708469.
HSL color Cylindrical-coordinate representation of color #B5111A: hue angle of 356.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5111A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 26 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.29 |
| HSL | 356.71º | 0.83% | 0.39% | - |
| HSV(B) | 356.71º | 0.91% | 0.71% | - |
| XYZ | 19.44 | 10.3 | 1.94 | - |
| YUV | 67.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 26 | 0 | 0.91 | 0.86 | 0.29 | 356.71 | 0.83 | 0.39 |
| Hex | B5 | 11 | 1A | 0 | 5B | 56 | 1D | 165 | 53 | 27 |
| Octal | 265 | 21 | 32 | 0 | 133 | 126 | 35 | 545 | 123 | 47 |
| Binary | 10110101 | 10001 | 11010 | 0 | 1011011 | 1010110 | 11101 | 101100101 | 1010011 | 100111 |
Color Harmonies of #B5111A
Complementary color
Monochromatic Colors of #B5111A
Black with #B5111A
Text Example
Text Example
White with #B5111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5111A; }
p { color: rgb(181,17,26); }
H1.HeaderClassName
{
color: #B5111A;
}
.AnyTagClassName
{
color: #B5111A;
}
</style>
background-color css
<style>
a { background-color: #B5111A; }
a { background-color: rgb(181,17,26); }
div.DivClassName
{
background-color: #B5111A;
}
.BgClassName
{
background-color: #B5111A;
}
</style>
border-color css
<style>
span { border-color: #B5111A; }
span { border-color: rgb(181,17,26); }
td.TdClassName
{
border-color: #B5111A;
}
.TagClassName
{
border-color: #B5111A;
}
</style>