Shades of Cardinal #BB093A
Tints of Cardinal #BB093A
RGB
CMYK
RGB Variations
Color information
#BB093A (or 0xBB093A) is known color: Cardinal. HEX triplet: BB, 09 and 3A. RGB value is (187,9,58). Sum of RGB (Red+Green+Blue) = 187+9+58=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB093A is #44F6C5. Grayscale: #434343. Windows color (decimal): -4519622 or 3803579. OLE color: 3803579.
HSL color Cylindrical-coordinate representation of color #BB093A: hue angle of 343.48º 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 #BB093A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 58 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.27 |
| HSL | 343.48º | 0.91% | 0.38% | - |
| HSV(B) | 343.48º | 0.95% | 0.73% | - |
| XYZ | 21.35 | 11.07 | 5.01 | - |
| YUV | 67.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 58 | 0 | 0.95 | 0.69 | 0.27 | 343.48 | 0.91 | 0.38 |
| Hex | BB | 9 | 3A | 0 | 5F | 45 | 1B | 157 | 5B | 26 |
| Octal | 273 | 11 | 72 | 0 | 137 | 105 | 33 | 527 | 133 | 46 |
| Binary | 10111011 | 1001 | 111010 | 0 | 1011111 | 1000101 | 11011 | 101010111 | 1011011 | 100110 |
Color Harmonies of #BB093A
Complementary color
Monochromatic Colors of #BB093A
Black with #BB093A
Text Example
Text Example
White with #BB093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB093A; }
p { color: rgb(187,9,58); }
H1.HeaderClassName
{
color: #BB093A;
}
.AnyTagClassName
{
color: #BB093A;
}
</style>
background-color css
<style>
a { background-color: #BB093A; }
a { background-color: rgb(187,9,58); }
div.DivClassName
{
background-color: #BB093A;
}
.BgClassName
{
background-color: #BB093A;
}
</style>
border-color css
<style>
span { border-color: #BB093A; }
span { border-color: rgb(187,9,58); }
td.TdClassName
{
border-color: #BB093A;
}
.TagClassName
{
border-color: #BB093A;
}
</style>