Shades of Cardinal #BB092E
Tints of Cardinal #BB092E
RGB
CMYK
RGB Variations
Color information
#BB092E (or 0xBB092E) is known color: Cardinal. HEX triplet: BB, 09 and 2E. RGB value is (187,9,46). Sum of RGB (Red+Green+Blue) = 187+9+46=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB092E is #44F6D1. Grayscale: #424242. Windows color (decimal): -4519634 or 3017147. OLE color: 3017147.
HSL color Cylindrical-coordinate representation of color #BB092E: hue angle of 347.53º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB092E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 46 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.27 |
| HSL | 347.53º | 0.91% | 0.38% | - |
| HSV(B) | 347.53º | 0.95% | 0.73% | - |
| XYZ | 21.08 | 10.96 | 3.59 | - |
| YUV | 66.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 46 | 0 | 0.95 | 0.75 | 0.27 | 347.53 | 0.91 | 0.38 |
| Hex | BB | 9 | 2E | 0 | 5F | 4B | 1B | 15C | 5B | 26 |
| Octal | 273 | 11 | 56 | 0 | 137 | 113 | 33 | 534 | 133 | 46 |
| Binary | 10111011 | 1001 | 101110 | 0 | 1011111 | 1001011 | 11011 | 101011100 | 1011011 | 100110 |
Color Harmonies of #BB092E
Complementary color
Monochromatic Colors of #BB092E
Black with #BB092E
Text Example
Text Example
White with #BB092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB092E; }
p { color: rgb(187,9,46); }
H1.HeaderClassName
{
color: #BB092E;
}
.AnyTagClassName
{
color: #BB092E;
}
</style>
background-color css
<style>
a { background-color: #BB092E; }
a { background-color: rgb(187,9,46); }
div.DivClassName
{
background-color: #BB092E;
}
.BgClassName
{
background-color: #BB092E;
}
</style>
border-color css
<style>
span { border-color: #BB092E; }
span { border-color: rgb(187,9,46); }
td.TdClassName
{
border-color: #BB092E;
}
.TagClassName
{
border-color: #BB092E;
}
</style>