Shades of Cardinal #BB053A
Tints of Cardinal #BB053A
RGB
CMYK
RGB Variations
Color information
#BB053A (or 0xBB053A) is known color: Cardinal. HEX triplet: BB, 05 and 3A. RGB value is (187,5,58). Sum of RGB (Red+Green+Blue) = 187+5+58=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB053A is #44FAC5. Grayscale: #414141. Windows color (decimal): -4520646 or 3802555. OLE color: 3802555.
HSL color Cylindrical-coordinate representation of color #BB053A: hue angle of 342.53º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB053A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.27 |
| HSL | 342.53º | 0.95% | 0.38% | - |
| HSV(B) | 342.53º | 0.97% | 0.73% | - |
| XYZ | 21.31 | 10.98 | 5 | - |
| YUV | 65.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 58 | 0 | 0.97 | 0.69 | 0.27 | 342.53 | 0.95 | 0.38 |
| Hex | BB | 5 | 3A | 0 | 61 | 45 | 1B | 157 | 5F | 26 |
| Octal | 273 | 5 | 72 | 0 | 141 | 105 | 33 | 527 | 137 | 46 |
| Binary | 10111011 | 101 | 111010 | 0 | 1100001 | 1000101 | 11011 | 101010111 | 1011111 | 100110 |
Color Harmonies of #BB053A
Complementary color
Monochromatic Colors of #BB053A
Black with #BB053A
Text Example
Text Example
White with #BB053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB053A; }
p { color: rgb(187,5,58); }
H1.HeaderClassName
{
color: #BB053A;
}
.AnyTagClassName
{
color: #BB053A;
}
</style>
background-color css
<style>
a { background-color: #BB053A; }
a { background-color: rgb(187,5,58); }
div.DivClassName
{
background-color: #BB053A;
}
.BgClassName
{
background-color: #BB053A;
}
</style>
border-color css
<style>
span { border-color: #BB053A; }
span { border-color: rgb(187,5,58); }
td.TdClassName
{
border-color: #BB053A;
}
.TagClassName
{
border-color: #BB053A;
}
</style>