Shades of Cardinal #BB093B
Tints of Cardinal #BB093B
RGB
CMYK
RGB Variations
Color information
#BB093B (or 0xBB093B) is known color: Cardinal. HEX triplet: BB, 09 and 3B. RGB value is (187,9,59). Sum of RGB (Red+Green+Blue) = 187+9+59=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB093B is #44F6C4. Grayscale: #434343. Windows color (decimal): -4519621 or 3869115. OLE color: 3869115.
HSL color Cylindrical-coordinate representation of color #BB093B: hue angle of 343.15º 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 #BB093B is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.27 |
| HSL | 343.15º | 0.91% | 0.38% | - |
| HSV(B) | 343.15º | 0.95% | 0.73% | - |
| XYZ | 21.38 | 11.08 | 5.15 | - |
| YUV | 67.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 59 | 0 | 0.95 | 0.68 | 0.27 | 343.15 | 0.91 | 0.38 |
| Hex | BB | 9 | 3B | 0 | 5F | 44 | 1B | 157 | 5B | 26 |
| Octal | 273 | 11 | 73 | 0 | 137 | 104 | 33 | 527 | 133 | 46 |
| Binary | 10111011 | 1001 | 111011 | 0 | 1011111 | 1000100 | 11011 | 101010111 | 1011011 | 100110 |
Color Harmonies of #BB093B
Complementary color
Monochromatic Colors of #BB093B
Black with #BB093B
Text Example
Text Example
White with #BB093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB093B; }
p { color: rgb(187,9,59); }
H1.HeaderClassName
{
color: #BB093B;
}
.AnyTagClassName
{
color: #BB093B;
}
</style>
background-color css
<style>
a { background-color: #BB093B; }
a { background-color: rgb(187,9,59); }
div.DivClassName
{
background-color: #BB093B;
}
.BgClassName
{
background-color: #BB093B;
}
</style>
border-color css
<style>
span { border-color: #BB093B; }
span { border-color: rgb(187,9,59); }
td.TdClassName
{
border-color: #BB093B;
}
.TagClassName
{
border-color: #BB093B;
}
</style>