Shades of Cardinal #BB2533
Tints of Cardinal #BB2533
RGB
CMYK
RGB Variations
Color information
#BB2533 (or 0xBB2533) is known color: Cardinal. HEX triplet: BB, 25 and 33. RGB value is (187,37,51). Sum of RGB (Red+Green+Blue) = 187+37+51=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2533 is #44DACC. Grayscale: #535353. Windows color (decimal): -4512461 or 3351995. OLE color: 3351995.
HSL color Cylindrical-coordinate representation of color #BB2533: hue angle of 354.4º 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 #BB2533 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.27 |
| HSL | 354.4º | 0.67% | 0.44% | - |
| HSV(B) | 354.4º | 0.8% | 0.73% | - |
| XYZ | 21.75 | 12.13 | 4.33 | - |
| YUV | 83.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 51 | 0 | 0.80 | 0.73 | 0.27 | 354.4 | 0.67 | 0.44 |
| Hex | BB | 25 | 33 | 0 | 50 | 49 | 1B | 162 | 43 | 2C |
| Octal | 273 | 45 | 63 | 0 | 120 | 111 | 33 | 542 | 103 | 54 |
| Binary | 10111011 | 100101 | 110011 | 0 | 1010000 | 1001001 | 11011 | 101100010 | 1000011 | 101100 |
Color Harmonies of #BB2533
Complementary color
Monochromatic Colors of #BB2533
Black with #BB2533
Text Example
Text Example
White with #BB2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2533; }
p { color: rgb(187,37,51); }
H1.HeaderClassName
{
color: #BB2533;
}
.AnyTagClassName
{
color: #BB2533;
}
</style>
background-color css
<style>
a { background-color: #BB2533; }
a { background-color: rgb(187,37,51); }
div.DivClassName
{
background-color: #BB2533;
}
.BgClassName
{
background-color: #BB2533;
}
</style>
border-color css
<style>
span { border-color: #BB2533; }
span { border-color: rgb(187,37,51); }
td.TdClassName
{
border-color: #BB2533;
}
.TagClassName
{
border-color: #BB2533;
}
</style>