Shades of Cardinal #BB1D2F
Tints of Cardinal #BB1D2F
RGB
CMYK
RGB Variations
Color information
#BB1D2F (or 0xBB1D2F) is known color: Cardinal. HEX triplet: BB, 1D and 2F. RGB value is (187,29,47). Sum of RGB (Red+Green+Blue) = 187+29+47=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D2F is #44E2D0. Grayscale: #4E4E4E. Windows color (decimal): -4514513 or 3087803. OLE color: 3087803.
HSL color Cylindrical-coordinate representation of color #BB1D2F: hue angle of 353.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.16º | 0.73% | 0.42% | - |
| HSV(B) | 353.16º | 0.84% | 0.73% | - |
| XYZ | 21.45 | 11.65 | 3.81 | - |
| YUV | 78.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 47 | 0 | 0.84 | 0.75 | 0.27 | 353.16 | 0.73 | 0.42 |
| Hex | BB | 1D | 2F | 0 | 54 | 4B | 1B | 161 | 49 | 2A |
| Octal | 273 | 35 | 57 | 0 | 124 | 113 | 33 | 541 | 111 | 52 |
| Binary | 10111011 | 11101 | 101111 | 0 | 1010100 | 1001011 | 11011 | 101100001 | 1001001 | 101010 |
Color Harmonies of #BB1D2F
Complementary color
Monochromatic Colors of #BB1D2F
Black with #BB1D2F
Text Example
Text Example
White with #BB1D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D2F; }
p { color: rgb(187,29,47); }
H1.HeaderClassName
{
color: #BB1D2F;
}
.AnyTagClassName
{
color: #BB1D2F;
}
</style>
background-color css
<style>
a { background-color: #BB1D2F; }
a { background-color: rgb(187,29,47); }
div.DivClassName
{
background-color: #BB1D2F;
}
.BgClassName
{
background-color: #BB1D2F;
}
</style>
border-color css
<style>
span { border-color: #BB1D2F; }
span { border-color: rgb(187,29,47); }
td.TdClassName
{
border-color: #BB1D2F;
}
.TagClassName
{
border-color: #BB1D2F;
}
</style>