Shades of Cardinal #BB1E2E
Tints of Cardinal #BB1E2E
RGB
CMYK
RGB Variations
Color information
#BB1E2E (or 0xBB1E2E) is known color: Cardinal. HEX triplet: BB, 1E and 2E. RGB value is (187,30,46). Sum of RGB (Red+Green+Blue) = 187+30+46=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E2E is #44E1D1. Grayscale: #4E4E4E. Windows color (decimal): -4514258 or 3022523. OLE color: 3022523.
HSL color Cylindrical-coordinate representation of color #BB1E2E: hue angle of 353.89º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E2E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 46 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.89º | 0.72% | 0.43% | - |
| HSV(B) | 353.89º | 0.84% | 0.73% | - |
| XYZ | 21.45 | 11.69 | 3.71 | - |
| YUV | 78.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 46 | 0 | 0.84 | 0.75 | 0.27 | 353.89 | 0.72 | 0.43 |
| Hex | BB | 1E | 2E | 0 | 54 | 4B | 1B | 162 | 48 | 2B |
| Octal | 273 | 36 | 56 | 0 | 124 | 113 | 33 | 542 | 110 | 53 |
| Binary | 10111011 | 11110 | 101110 | 0 | 1010100 | 1001011 | 11011 | 101100010 | 1001000 | 101011 |
Color Harmonies of #BB1E2E
Complementary color
Monochromatic Colors of #BB1E2E
Black with #BB1E2E
Text Example
Text Example
White with #BB1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E2E; }
p { color: rgb(187,30,46); }
H1.HeaderClassName
{
color: #BB1E2E;
}
.AnyTagClassName
{
color: #BB1E2E;
}
</style>
background-color css
<style>
a { background-color: #BB1E2E; }
a { background-color: rgb(187,30,46); }
div.DivClassName
{
background-color: #BB1E2E;
}
.BgClassName
{
background-color: #BB1E2E;
}
</style>
border-color css
<style>
span { border-color: #BB1E2E; }
span { border-color: rgb(187,30,46); }
td.TdClassName
{
border-color: #BB1E2E;
}
.TagClassName
{
border-color: #BB1E2E;
}
</style>