Shades of Cardinal #BB0436
Tints of Cardinal #BB0436
RGB
CMYK
RGB Variations
Color information
#BB0436 (or 0xBB0436) is known color: Cardinal. HEX triplet: BB, 04 and 36. RGB value is (187,4,54). Sum of RGB (Red+Green+Blue) = 187+4+54=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0436 is #44FBC9. Grayscale: #404040. Windows color (decimal): -4520906 or 3540155. OLE color: 3540155.
HSL color Cylindrical-coordinate representation of color #BB0436: hue angle of 343.61º 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 #BB0436 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.27 |
| HSL | 343.61º | 0.96% | 0.37% | - |
| HSV(B) | 343.61º | 0.98% | 0.73% | - |
| XYZ | 21.2 | 10.92 | 4.48 | - |
| YUV | 64.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 54 | 0 | 0.98 | 0.71 | 0.27 | 343.61 | 0.96 | 0.37 |
| Hex | BB | 4 | 36 | 0 | 62 | 47 | 1B | 158 | 60 | 25 |
| Octal | 273 | 4 | 66 | 0 | 142 | 107 | 33 | 530 | 140 | 45 |
| Binary | 10111011 | 100 | 110110 | 0 | 1100010 | 1000111 | 11011 | 101011000 | 1100000 | 100101 |
Color Harmonies of #BB0436
Complementary color
Monochromatic Colors of #BB0436
Black with #BB0436
Text Example
Text Example
White with #BB0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0436; }
p { color: rgb(187,4,54); }
H1.HeaderClassName
{
color: #BB0436;
}
.AnyTagClassName
{
color: #BB0436;
}
</style>
background-color css
<style>
a { background-color: #BB0436; }
a { background-color: rgb(187,4,54); }
div.DivClassName
{
background-color: #BB0436;
}
.BgClassName
{
background-color: #BB0436;
}
</style>
border-color css
<style>
span { border-color: #BB0436; }
span { border-color: rgb(187,4,54); }
td.TdClassName
{
border-color: #BB0436;
}
.TagClassName
{
border-color: #BB0436;
}
</style>