Shades of Cardinal #BB2230
Tints of Cardinal #BB2230
RGB
CMYK
RGB Variations
Color information
#BB2230 (or 0xBB2230) is known color: Cardinal. HEX triplet: BB, 22 and 30. RGB value is (187,34,48). Sum of RGB (Red+Green+Blue) = 187+34+48=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2230 is #44DDCF. Grayscale: #515151. Windows color (decimal): -4513232 or 3154619. OLE color: 3154619.
HSL color Cylindrical-coordinate representation of color #BB2230: hue angle of 354.51º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2230 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 48 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.27 |
| HSL | 354.51º | 0.69% | 0.43% | - |
| HSV(B) | 354.51º | 0.82% | 0.73% | - |
| XYZ | 21.6 | 11.92 | 3.96 | - |
| YUV | 81.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 48 | 0 | 0.82 | 0.74 | 0.27 | 354.51 | 0.69 | 0.43 |
| Hex | BB | 22 | 30 | 0 | 52 | 4A | 1B | 163 | 45 | 2B |
| Octal | 273 | 42 | 60 | 0 | 122 | 112 | 33 | 543 | 105 | 53 |
| Binary | 10111011 | 100010 | 110000 | 0 | 1010010 | 1001010 | 11011 | 101100011 | 1000101 | 101011 |
Color Harmonies of #BB2230
Complementary color
Monochromatic Colors of #BB2230
Black with #BB2230
Text Example
Text Example
White with #BB2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2230; }
p { color: rgb(187,34,48); }
H1.HeaderClassName
{
color: #BB2230;
}
.AnyTagClassName
{
color: #BB2230;
}
</style>
background-color css
<style>
a { background-color: #BB2230; }
a { background-color: rgb(187,34,48); }
div.DivClassName
{
background-color: #BB2230;
}
.BgClassName
{
background-color: #BB2230;
}
</style>
border-color css
<style>
span { border-color: #BB2230; }
span { border-color: rgb(187,34,48); }
td.TdClassName
{
border-color: #BB2230;
}
.TagClassName
{
border-color: #BB2230;
}
</style>