Shades of Venetian Red #B11225
Tints of Venetian Red #B11225
RGB
CMYK
RGB Variations
Color information
#B11225 (or 0xB11225) is known color: Venetian Red. HEX triplet: B1, 12 and 25. RGB value is (177,18,37). Sum of RGB (Red+Green+Blue) = 177+18+37=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11225 is #4EEDDA. Grayscale: #434343. Windows color (decimal): -5172699 or 2429617. OLE color: 2429617.
HSL color Cylindrical-coordinate representation of color #B11225: hue angle of 352.83º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11225 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 37 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.31 |
| HSL | 352.83º | 0.82% | 0.38% | - |
| HSV(B) | 352.83º | 0.9% | 0.69% | - |
| XYZ | 18.68 | 9.91 | 2.68 | - |
| YUV | 67.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 37 | 0 | 0.90 | 0.79 | 0.31 | 352.83 | 0.82 | 0.38 |
| Hex | B1 | 12 | 25 | 0 | 5A | 4F | 1F | 161 | 52 | 26 |
| Octal | 261 | 22 | 45 | 0 | 132 | 117 | 37 | 541 | 122 | 46 |
| Binary | 10110001 | 10010 | 100101 | 0 | 1011010 | 1001111 | 11111 | 101100001 | 1010010 | 100110 |
Color Harmonies of #B11225
Complementary color
Monochromatic Colors of #B11225
Black with #B11225
Text Example
Text Example
White with #B11225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11225; }
p { color: rgb(177,18,37); }
H1.HeaderClassName
{
color: #B11225;
}
.AnyTagClassName
{
color: #B11225;
}
</style>
background-color css
<style>
a { background-color: #B11225; }
a { background-color: rgb(177,18,37); }
div.DivClassName
{
background-color: #B11225;
}
.BgClassName
{
background-color: #B11225;
}
</style>
border-color css
<style>
span { border-color: #B11225; }
span { border-color: rgb(177,18,37); }
td.TdClassName
{
border-color: #B11225;
}
.TagClassName
{
border-color: #B11225;
}
</style>