Shades of Cardinal #BB1340
Tints of Cardinal #BB1340
RGB
CMYK
RGB Variations
Color information
#BB1340 (or 0xBB1340) is known color: Cardinal. HEX triplet: BB, 13 and 40. RGB value is (187,19,64). Sum of RGB (Red+Green+Blue) = 187+19+64=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1340 is #44ECBF. Grayscale: #4A4A4A. Windows color (decimal): -4517056 or 4199355. OLE color: 4199355.
HSL color Cylindrical-coordinate representation of color #BB1340: hue angle of 343.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1340 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 64 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.27 |
| HSL | 343.93º | 0.82% | 0.4% | - |
| HSV(B) | 343.93º | 0.9% | 0.73% | - |
| XYZ | 21.65 | 11.4 | 5.91 | - |
| YUV | 74.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 64 | 0 | 0.90 | 0.66 | 0.27 | 343.93 | 0.82 | 0.4 |
| Hex | BB | 13 | 40 | 0 | 5A | 42 | 1B | 158 | 52 | 28 |
| Octal | 273 | 23 | 100 | 0 | 132 | 102 | 33 | 530 | 122 | 50 |
| Binary | 10111011 | 10011 | 1000000 | 0 | 1011010 | 1000010 | 11011 | 101011000 | 1010010 | 101000 |
Color Harmonies of #BB1340
Complementary color
Monochromatic Colors of #BB1340
Black with #BB1340
Text Example
Text Example
White with #BB1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1340; }
p { color: rgb(187,19,64); }
H1.HeaderClassName
{
color: #BB1340;
}
.AnyTagClassName
{
color: #BB1340;
}
</style>
background-color css
<style>
a { background-color: #BB1340; }
a { background-color: rgb(187,19,64); }
div.DivClassName
{
background-color: #BB1340;
}
.BgClassName
{
background-color: #BB1340;
}
</style>
border-color css
<style>
span { border-color: #BB1340; }
span { border-color: rgb(187,19,64); }
td.TdClassName
{
border-color: #BB1340;
}
.TagClassName
{
border-color: #BB1340;
}
</style>