Shades of Venetian Red #BB0422
Tints of Venetian Red #BB0422
RGB
CMYK
RGB Variations
Color information
#BB0422 (or 0xBB0422) is known color: Venetian Red. HEX triplet: BB, 04 and 22. RGB value is (187,4,34). Sum of RGB (Red+Green+Blue) = 187+4+34=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0422 is #44FBDD. Grayscale: #3E3E3E. Windows color (decimal): -4520926 or 2229435. OLE color: 2229435.
HSL color Cylindrical-coordinate representation of color #BB0422: hue angle of 350.16º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.27 |
| HSL | 350.16º | 0.96% | 0.37% | - |
| HSV(B) | 350.16º | 0.98% | 0.73% | - |
| XYZ | 20.83 | 10.77 | 2.49 | - |
| YUV | 62.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 34 | 0 | 0.98 | 0.82 | 0.27 | 350.16 | 0.96 | 0.37 |
| Hex | BB | 4 | 22 | 0 | 62 | 52 | 1B | 15E | 60 | 25 |
| Octal | 273 | 4 | 42 | 0 | 142 | 122 | 33 | 536 | 140 | 45 |
| Binary | 10111011 | 100 | 100010 | 0 | 1100010 | 1010010 | 11011 | 101011110 | 1100000 | 100101 |
Color Harmonies of #BB0422
Complementary color
Monochromatic Colors of #BB0422
Black with #BB0422
Text Example
Text Example
White with #BB0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0422; }
p { color: rgb(187,4,34); }
H1.HeaderClassName
{
color: #BB0422;
}
.AnyTagClassName
{
color: #BB0422;
}
</style>
background-color css
<style>
a { background-color: #BB0422; }
a { background-color: rgb(187,4,34); }
div.DivClassName
{
background-color: #BB0422;
}
.BgClassName
{
background-color: #BB0422;
}
</style>
border-color css
<style>
span { border-color: #BB0422; }
span { border-color: rgb(187,4,34); }
td.TdClassName
{
border-color: #BB0422;
}
.TagClassName
{
border-color: #BB0422;
}
</style>