Shades of Cardinal #BB232E
Tints of Cardinal #BB232E
RGB
CMYK
RGB Variations
Color information
#BB232E (or 0xBB232E) is known color: Cardinal. HEX triplet: BB, 23 and 2E. RGB value is (187,35,46). Sum of RGB (Red+Green+Blue) = 187+35+46=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB232E is #44DCD1. Grayscale: #515151. Windows color (decimal): -4512978 or 3023803. OLE color: 3023803.
HSL color Cylindrical-coordinate representation of color #BB232E: hue angle of 355.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB232E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 46 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 355.66º | 0.68% | 0.44% | - |
| HSV(B) | 355.66º | 0.81% | 0.73% | - |
| XYZ | 21.59 | 11.96 | 3.76 | - |
| YUV | 81.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 46 | 0 | 0.81 | 0.75 | 0.27 | 355.66 | 0.68 | 0.44 |
| Hex | BB | 23 | 2E | 0 | 51 | 4B | 1B | 164 | 44 | 2C |
| Octal | 273 | 43 | 56 | 0 | 121 | 113 | 33 | 544 | 104 | 54 |
| Binary | 10111011 | 100011 | 101110 | 0 | 1010001 | 1001011 | 11011 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BB232E
Complementary color
Monochromatic Colors of #BB232E
Black with #BB232E
Text Example
Text Example
White with #BB232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB232E; }
p { color: rgb(187,35,46); }
H1.HeaderClassName
{
color: #BB232E;
}
.AnyTagClassName
{
color: #BB232E;
}
</style>
background-color css
<style>
a { background-color: #BB232E; }
a { background-color: rgb(187,35,46); }
div.DivClassName
{
background-color: #BB232E;
}
.BgClassName
{
background-color: #BB232E;
}
</style>
border-color css
<style>
span { border-color: #BB232E; }
span { border-color: rgb(187,35,46); }
td.TdClassName
{
border-color: #BB232E;
}
.TagClassName
{
border-color: #BB232E;
}
</style>