Shades of Cardinal #BB203C
Tints of Cardinal #BB203C
RGB
CMYK
RGB Variations
Color information
#BB203C (or 0xBB203C) is known color: Cardinal. HEX triplet: BB, 20 and 3C. RGB value is (187,32,60). Sum of RGB (Red+Green+Blue) = 187+32+60=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB203C is #44DFC3. Grayscale: #515151. Windows color (decimal): -4513732 or 3940539. OLE color: 3940539.
HSL color Cylindrical-coordinate representation of color #BB203C: hue angle of 349.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB203C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 60 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.27 |
| HSL | 349.16º | 0.71% | 0.43% | - |
| HSV(B) | 349.16º | 0.83% | 0.73% | - |
| XYZ | 21.83 | 11.92 | 5.43 | - |
| YUV | 81.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 60 | 0 | 0.83 | 0.68 | 0.27 | 349.16 | 0.71 | 0.43 |
| Hex | BB | 20 | 3C | 0 | 53 | 44 | 1B | 15D | 47 | 2B |
| Octal | 273 | 40 | 74 | 0 | 123 | 104 | 33 | 535 | 107 | 53 |
| Binary | 10111011 | 100000 | 111100 | 0 | 1010011 | 1000100 | 11011 | 101011101 | 1000111 | 101011 |
Color Harmonies of #BB203C
Complementary color
Monochromatic Colors of #BB203C
Black with #BB203C
Text Example
Text Example
White with #BB203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB203C; }
p { color: rgb(187,32,60); }
H1.HeaderClassName
{
color: #BB203C;
}
.AnyTagClassName
{
color: #BB203C;
}
</style>
background-color css
<style>
a { background-color: #BB203C; }
a { background-color: rgb(187,32,60); }
div.DivClassName
{
background-color: #BB203C;
}
.BgClassName
{
background-color: #BB203C;
}
</style>
border-color css
<style>
span { border-color: #BB203C; }
span { border-color: rgb(187,32,60); }
td.TdClassName
{
border-color: #BB203C;
}
.TagClassName
{
border-color: #BB203C;
}
</style>