Shades of Cardinal #BB252D
Tints of Cardinal #BB252D
RGB
CMYK
RGB Variations
Color information
#BB252D (or 0xBB252D) is known color: Cardinal. HEX triplet: BB, 25 and 2D. RGB value is (187,37,45). Sum of RGB (Red+Green+Blue) = 187+37+45=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB252D is #44DAD2. Grayscale: #525252. Windows color (decimal): -4512467 or 2958779. OLE color: 2958779.
HSL color Cylindrical-coordinate representation of color #BB252D: hue angle of 356.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB252D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 45 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.27 |
| HSL | 356.8º | 0.67% | 0.44% | - |
| HSV(B) | 356.8º | 0.8% | 0.73% | - |
| XYZ | 21.63 | 12.08 | 3.67 | - |
| YUV | 82.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 45 | 0 | 0.80 | 0.76 | 0.27 | 356.8 | 0.67 | 0.44 |
| Hex | BB | 25 | 2D | 0 | 50 | 4C | 1B | 165 | 43 | 2C |
| Octal | 273 | 45 | 55 | 0 | 120 | 114 | 33 | 545 | 103 | 54 |
| Binary | 10111011 | 100101 | 101101 | 0 | 1010000 | 1001100 | 11011 | 101100101 | 1000011 | 101100 |
Color Harmonies of #BB252D
Complementary color
Monochromatic Colors of #BB252D
Black with #BB252D
Text Example
Text Example
White with #BB252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB252D; }
p { color: rgb(187,37,45); }
H1.HeaderClassName
{
color: #BB252D;
}
.AnyTagClassName
{
color: #BB252D;
}
</style>
background-color css
<style>
a { background-color: #BB252D; }
a { background-color: rgb(187,37,45); }
div.DivClassName
{
background-color: #BB252D;
}
.BgClassName
{
background-color: #BB252D;
}
</style>
border-color css
<style>
span { border-color: #BB252D; }
span { border-color: rgb(187,37,45); }
td.TdClassName
{
border-color: #BB252D;
}
.TagClassName
{
border-color: #BB252D;
}
</style>