Shades of Cardinal #BB063C
Tints of Cardinal #BB063C
RGB
CMYK
RGB Variations
Color information
#BB063C (or 0xBB063C) is known color: Cardinal. HEX triplet: BB, 06 and 3C. RGB value is (187,6,60). Sum of RGB (Red+Green+Blue) = 187+6+60=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB063C is #44F9C3. Grayscale: #424242. Windows color (decimal): -4520388 or 3933883. OLE color: 3933883.
HSL color Cylindrical-coordinate representation of color #BB063C: hue angle of 342.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB063C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.27 |
| HSL | 342.1º | 0.94% | 0.38% | - |
| HSV(B) | 342.1º | 0.97% | 0.73% | - |
| XYZ | 21.37 | 11.02 | 5.28 | - |
| YUV | 66.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 60 | 0 | 0.97 | 0.68 | 0.27 | 342.1 | 0.94 | 0.38 |
| Hex | BB | 6 | 3C | 0 | 61 | 44 | 1B | 156 | 5E | 26 |
| Octal | 273 | 6 | 74 | 0 | 141 | 104 | 33 | 526 | 136 | 46 |
| Binary | 10111011 | 110 | 111100 | 0 | 1100001 | 1000100 | 11011 | 101010110 | 1011110 | 100110 |
Color Harmonies of #BB063C
Complementary color
Monochromatic Colors of #BB063C
Black with #BB063C
Text Example
Text Example
White with #BB063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB063C; }
p { color: rgb(187,6,60); }
H1.HeaderClassName
{
color: #BB063C;
}
.AnyTagClassName
{
color: #BB063C;
}
</style>
background-color css
<style>
a { background-color: #BB063C; }
a { background-color: rgb(187,6,60); }
div.DivClassName
{
background-color: #BB063C;
}
.BgClassName
{
background-color: #BB063C;
}
</style>
border-color css
<style>
span { border-color: #BB063C; }
span { border-color: rgb(187,6,60); }
td.TdClassName
{
border-color: #BB063C;
}
.TagClassName
{
border-color: #BB063C;
}
</style>