Shades of Cardinal #BB252C
Tints of Cardinal #BB252C
RGB
CMYK
RGB Variations
Color information
#BB252C (or 0xBB252C) is known color: Cardinal. HEX triplet: BB, 25 and 2C. RGB value is (187,37,44). Sum of RGB (Red+Green+Blue) = 187+37+44=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB252C is #44DAD3. Grayscale: #525252. Windows color (decimal): -4512468 or 2893243. OLE color: 2893243.
HSL color Cylindrical-coordinate representation of color #BB252C: hue angle of 357.2º 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 #BB252C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 44 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.27 |
| HSL | 357.2º | 0.67% | 0.44% | - |
| HSV(B) | 357.2º | 0.8% | 0.73% | - |
| XYZ | 21.61 | 12.07 | 3.57 | - |
| YUV | 82.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 44 | 0 | 0.80 | 0.76 | 0.27 | 357.2 | 0.67 | 0.44 |
| Hex | BB | 25 | 2C | 0 | 50 | 4C | 1B | 165 | 43 | 2C |
| Octal | 273 | 45 | 54 | 0 | 120 | 114 | 33 | 545 | 103 | 54 |
| Binary | 10111011 | 100101 | 101100 | 0 | 1010000 | 1001100 | 11011 | 101100101 | 1000011 | 101100 |
Color Harmonies of #BB252C
Complementary color
Monochromatic Colors of #BB252C
Black with #BB252C
Text Example
Text Example
White with #BB252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB252C; }
p { color: rgb(187,37,44); }
H1.HeaderClassName
{
color: #BB252C;
}
.AnyTagClassName
{
color: #BB252C;
}
</style>
background-color css
<style>
a { background-color: #BB252C; }
a { background-color: rgb(187,37,44); }
div.DivClassName
{
background-color: #BB252C;
}
.BgClassName
{
background-color: #BB252C;
}
</style>
border-color css
<style>
span { border-color: #BB252C; }
span { border-color: rgb(187,37,44); }
td.TdClassName
{
border-color: #BB252C;
}
.TagClassName
{
border-color: #BB252C;
}
</style>