Shades of Cardinal #BB232A
Tints of Cardinal #BB232A
RGB
CMYK
RGB Variations
Color information
#BB232A (or 0xBB232A) is known color: Cardinal. HEX triplet: BB, 23 and 2A. RGB value is (187,35,42). Sum of RGB (Red+Green+Blue) = 187+35+42=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB232A is #44DCD5. Grayscale: #515151. Windows color (decimal): -4512982 or 2761659. OLE color: 2761659.
HSL color Cylindrical-coordinate representation of color #BB232A: hue angle of 357.24º 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 #BB232A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 42 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.27 |
| HSL | 357.24º | 0.68% | 0.44% | - |
| HSV(B) | 357.24º | 0.81% | 0.73% | - |
| XYZ | 21.51 | 11.93 | 3.36 | - |
| YUV | 81.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 42 | 0 | 0.81 | 0.78 | 0.27 | 357.24 | 0.68 | 0.44 |
| Hex | BB | 23 | 2A | 0 | 51 | 4E | 1B | 165 | 44 | 2C |
| Octal | 273 | 43 | 52 | 0 | 121 | 116 | 33 | 545 | 104 | 54 |
| Binary | 10111011 | 100011 | 101010 | 0 | 1010001 | 1001110 | 11011 | 101100101 | 1000100 | 101100 |
Color Harmonies of #BB232A
Complementary color
Monochromatic Colors of #BB232A
Black with #BB232A
Text Example
Text Example
White with #BB232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB232A; }
p { color: rgb(187,35,42); }
H1.HeaderClassName
{
color: #BB232A;
}
.AnyTagClassName
{
color: #BB232A;
}
</style>
background-color css
<style>
a { background-color: #BB232A; }
a { background-color: rgb(187,35,42); }
div.DivClassName
{
background-color: #BB232A;
}
.BgClassName
{
background-color: #BB232A;
}
</style>
border-color css
<style>
span { border-color: #BB232A; }
span { border-color: rgb(187,35,42); }
td.TdClassName
{
border-color: #BB232A;
}
.TagClassName
{
border-color: #BB232A;
}
</style>