Shades of Cardinal #BB223C
Tints of Cardinal #BB223C
RGB
CMYK
RGB Variations
Color information
#BB223C (or 0xBB223C) is known color: Cardinal. HEX triplet: BB, 22 and 3C. RGB value is (187,34,60). Sum of RGB (Red+Green+Blue) = 187+34+60=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB223C is #44DDC3. Grayscale: #525252. Windows color (decimal): -4513220 or 3941051. OLE color: 3941051.
HSL color Cylindrical-coordinate representation of color #BB223C: hue angle of 349.8º 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 #BB223C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.27 |
| HSL | 349.8º | 0.69% | 0.43% | - |
| HSV(B) | 349.8º | 0.82% | 0.73% | - |
| XYZ | 21.88 | 12.04 | 5.44 | - |
| YUV | 82.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 60 | 0 | 0.82 | 0.68 | 0.27 | 349.8 | 0.69 | 0.43 |
| Hex | BB | 22 | 3C | 0 | 52 | 44 | 1B | 15E | 45 | 2B |
| Octal | 273 | 42 | 74 | 0 | 122 | 104 | 33 | 536 | 105 | 53 |
| Binary | 10111011 | 100010 | 111100 | 0 | 1010010 | 1000100 | 11011 | 101011110 | 1000101 | 101011 |
Color Harmonies of #BB223C
Complementary color
Monochromatic Colors of #BB223C
Black with #BB223C
Text Example
Text Example
White with #BB223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB223C; }
p { color: rgb(187,34,60); }
H1.HeaderClassName
{
color: #BB223C;
}
.AnyTagClassName
{
color: #BB223C;
}
</style>
background-color css
<style>
a { background-color: #BB223C; }
a { background-color: rgb(187,34,60); }
div.DivClassName
{
background-color: #BB223C;
}
.BgClassName
{
background-color: #BB223C;
}
</style>
border-color css
<style>
span { border-color: #BB223C; }
span { border-color: rgb(187,34,60); }
td.TdClassName
{
border-color: #BB223C;
}
.TagClassName
{
border-color: #BB223C;
}
</style>