Shades of Cardinal #BB183A
Tints of Cardinal #BB183A
RGB
CMYK
RGB Variations
Color information
#BB183A (or 0xBB183A) is known color: Cardinal. HEX triplet: BB, 18 and 3A. RGB value is (187,24,58). Sum of RGB (Red+Green+Blue) = 187+24+58=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB183A is #44E7C5. Grayscale: #4C4C4C. Windows color (decimal): -4515782 or 3807419. OLE color: 3807419.
HSL color Cylindrical-coordinate representation of color #BB183A: hue angle of 347.48º 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 #BB183A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 58 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.27 |
| HSL | 347.48º | 0.77% | 0.41% | - |
| HSV(B) | 347.48º | 0.87% | 0.73% | - |
| XYZ | 21.58 | 11.52 | 5.09 | - |
| YUV | 76.61 | 117.5 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 58 | 0 | 0.87 | 0.69 | 0.27 | 347.48 | 0.77 | 0.41 |
| Hex | BB | 18 | 3A | 0 | 57 | 45 | 1B | 15B | 4D | 29 |
| Octal | 273 | 30 | 72 | 0 | 127 | 105 | 33 | 533 | 115 | 51 |
| Binary | 10111011 | 11000 | 111010 | 0 | 1010111 | 1000101 | 11011 | 101011011 | 1001101 | 101001 |
Color Harmonies of #BB183A
Complementary color
Monochromatic Colors of #BB183A
Black with #BB183A
Text Example
Text Example
White with #BB183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB183A; }
p { color: rgb(187,24,58); }
H1.HeaderClassName
{
color: #BB183A;
}
.AnyTagClassName
{
color: #BB183A;
}
</style>
background-color css
<style>
a { background-color: #BB183A; }
a { background-color: rgb(187,24,58); }
div.DivClassName
{
background-color: #BB183A;
}
.BgClassName
{
background-color: #BB183A;
}
</style>
border-color css
<style>
span { border-color: #BB183A; }
span { border-color: rgb(187,24,58); }
td.TdClassName
{
border-color: #BB183A;
}
.TagClassName
{
border-color: #BB183A;
}
</style>