Shades of Cardinal #BC2533
Tints of Cardinal #BC2533
RGB
CMYK
RGB Variations
Color information
#BC2533 (or 0xBC2533) is known color: Cardinal. HEX triplet: BC, 25 and 33. RGB value is (188,37,51). Sum of RGB (Red+Green+Blue) = 188+37+51=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2533 is #43DACC. Grayscale: #535353. Windows color (decimal): -4446925 or 3351996. OLE color: 3351996.
HSL color Cylindrical-coordinate representation of color #BC2533: hue angle of 354.44º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2533 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.26 |
| HSL | 354.44º | 0.67% | 0.44% | - |
| HSV(B) | 354.44º | 0.8% | 0.74% | - |
| XYZ | 22 | 12.25 | 4.34 | - |
| YUV | 83.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 51 | 0 | 0.80 | 0.73 | 0.26 | 354.44 | 0.67 | 0.44 |
| Hex | BC | 25 | 33 | 0 | 50 | 49 | 1A | 162 | 43 | 2C |
| Octal | 274 | 45 | 63 | 0 | 120 | 111 | 32 | 542 | 103 | 54 |
| Binary | 10111100 | 100101 | 110011 | 0 | 1010000 | 1001001 | 11010 | 101100010 | 1000011 | 101100 |
Color Harmonies of #BC2533
Complementary color
Monochromatic Colors of #BC2533
Black with #BC2533
Text Example
Text Example
White with #BC2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2533; }
p { color: rgb(188,37,51); }
H1.HeaderClassName
{
color: #BC2533;
}
.AnyTagClassName
{
color: #BC2533;
}
</style>
background-color css
<style>
a { background-color: #BC2533; }
a { background-color: rgb(188,37,51); }
div.DivClassName
{
background-color: #BC2533;
}
.BgClassName
{
background-color: #BC2533;
}
</style>
border-color css
<style>
span { border-color: #BC2533; }
span { border-color: rgb(188,37,51); }
td.TdClassName
{
border-color: #BC2533;
}
.TagClassName
{
border-color: #BC2533;
}
</style>