Shades of Cardinal #BB183B
Tints of Cardinal #BB183B
RGB
CMYK
RGB Variations
Color information
#BB183B (or 0xBB183B) is known color: Cardinal. HEX triplet: BB, 18 and 3B. RGB value is (187,24,59). Sum of RGB (Red+Green+Blue) = 187+24+59=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB183B is #44E7C4. Grayscale: #4C4C4C. Windows color (decimal): -4515781 or 3872955. OLE color: 3872955.
HSL color Cylindrical-coordinate representation of color #BB183B: hue angle of 347.12º 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 #BB183B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 59 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.27 |
| HSL | 347.12º | 0.77% | 0.41% | - |
| HSV(B) | 347.12º | 0.87% | 0.73% | - |
| XYZ | 21.61 | 11.53 | 5.22 | - |
| YUV | 76.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 59 | 0 | 0.87 | 0.68 | 0.27 | 347.12 | 0.77 | 0.41 |
| Hex | BB | 18 | 3B | 0 | 57 | 44 | 1B | 15B | 4D | 29 |
| Octal | 273 | 30 | 73 | 0 | 127 | 104 | 33 | 533 | 115 | 51 |
| Binary | 10111011 | 11000 | 111011 | 0 | 1010111 | 1000100 | 11011 | 101011011 | 1001101 | 101001 |
Color Harmonies of #BB183B
Complementary color
Monochromatic Colors of #BB183B
Black with #BB183B
Text Example
Text Example
White with #BB183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB183B; }
p { color: rgb(187,24,59); }
H1.HeaderClassName
{
color: #BB183B;
}
.AnyTagClassName
{
color: #BB183B;
}
</style>
background-color css
<style>
a { background-color: #BB183B; }
a { background-color: rgb(187,24,59); }
div.DivClassName
{
background-color: #BB183B;
}
.BgClassName
{
background-color: #BB183B;
}
</style>
border-color css
<style>
span { border-color: #BB183B; }
span { border-color: rgb(187,24,59); }
td.TdClassName
{
border-color: #BB183B;
}
.TagClassName
{
border-color: #BB183B;
}
</style>