Shades of Cardinal #BB182F
Tints of Cardinal #BB182F
RGB
CMYK
RGB Variations
Color information
#BB182F (or 0xBB182F) is known color: Cardinal. HEX triplet: BB, 18 and 2F. RGB value is (187,24,47). Sum of RGB (Red+Green+Blue) = 187+24+47=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB182F is #44E7D0. Grayscale: #4B4B4B. Windows color (decimal): -4515793 or 3086523. OLE color: 3086523.
HSL color Cylindrical-coordinate representation of color #BB182F: hue angle of 351.53º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB182F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 47 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.27 |
| HSL | 351.53º | 0.77% | 0.41% | - |
| HSV(B) | 351.53º | 0.87% | 0.73% | - |
| XYZ | 21.33 | 11.42 | 3.77 | - |
| YUV | 75.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 47 | 0 | 0.87 | 0.75 | 0.27 | 351.53 | 0.77 | 0.41 |
| Hex | BB | 18 | 2F | 0 | 57 | 4B | 1B | 160 | 4D | 29 |
| Octal | 273 | 30 | 57 | 0 | 127 | 113 | 33 | 540 | 115 | 51 |
| Binary | 10111011 | 11000 | 101111 | 0 | 1010111 | 1001011 | 11011 | 101100000 | 1001101 | 101001 |
Color Harmonies of #BB182F
Complementary color
Monochromatic Colors of #BB182F
Black with #BB182F
Text Example
Text Example
White with #BB182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB182F; }
p { color: rgb(187,24,47); }
H1.HeaderClassName
{
color: #BB182F;
}
.AnyTagClassName
{
color: #BB182F;
}
</style>
background-color css
<style>
a { background-color: #BB182F; }
a { background-color: rgb(187,24,47); }
div.DivClassName
{
background-color: #BB182F;
}
.BgClassName
{
background-color: #BB182F;
}
</style>
border-color css
<style>
span { border-color: #BB182F; }
span { border-color: rgb(187,24,47); }
td.TdClassName
{
border-color: #BB182F;
}
.TagClassName
{
border-color: #BB182F;
}
</style>