Shades of Cardinal #BB203D
Tints of Cardinal #BB203D
RGB
CMYK
RGB Variations
Color information
#BB203D (or 0xBB203D) is known color: Cardinal. HEX triplet: BB, 20 and 3D. RGB value is (187,32,61). Sum of RGB (Red+Green+Blue) = 187+32+61=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB203D is #44DFC2. Grayscale: #515151. Windows color (decimal): -4513731 or 4006075. OLE color: 4006075.
HSL color Cylindrical-coordinate representation of color #BB203D: hue angle of 348.77º 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 #BB203D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 61 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.27 |
| HSL | 348.77º | 0.71% | 0.43% | - |
| HSV(B) | 348.77º | 0.83% | 0.73% | - |
| XYZ | 21.85 | 11.93 | 5.57 | - |
| YUV | 81.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 61 | 0 | 0.83 | 0.67 | 0.27 | 348.77 | 0.71 | 0.43 |
| Hex | BB | 20 | 3D | 0 | 53 | 43 | 1B | 15D | 47 | 2B |
| Octal | 273 | 40 | 75 | 0 | 123 | 103 | 33 | 535 | 107 | 53 |
| Binary | 10111011 | 100000 | 111101 | 0 | 1010011 | 1000011 | 11011 | 101011101 | 1000111 | 101011 |
Color Harmonies of #BB203D
Complementary color
Monochromatic Colors of #BB203D
Black with #BB203D
Text Example
Text Example
White with #BB203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB203D; }
p { color: rgb(187,32,61); }
H1.HeaderClassName
{
color: #BB203D;
}
.AnyTagClassName
{
color: #BB203D;
}
</style>
background-color css
<style>
a { background-color: #BB203D; }
a { background-color: rgb(187,32,61); }
div.DivClassName
{
background-color: #BB203D;
}
.BgClassName
{
background-color: #BB203D;
}
</style>
border-color css
<style>
span { border-color: #BB203D; }
span { border-color: rgb(187,32,61); }
td.TdClassName
{
border-color: #BB203D;
}
.TagClassName
{
border-color: #BB203D;
}
</style>