Shades of Cardinal #BC253D
Tints of Cardinal #BC253D
RGB
CMYK
RGB Variations
Color information
#BC253D (or 0xBC253D) is known color: Cardinal. HEX triplet: BC, 25 and 3D. RGB value is (188,37,61). Sum of RGB (Red+Green+Blue) = 188+37+61=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253D is #43DAC2. Grayscale: #545454. Windows color (decimal): -4446915 or 4007356. OLE color: 4007356.
HSL color Cylindrical-coordinate representation of color #BC253D: hue angle of 350.46º 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 #BC253D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.26 |
| HSL | 350.46º | 0.67% | 0.44% | - |
| HSV(B) | 350.46º | 0.8% | 0.74% | - |
| XYZ | 22.24 | 12.35 | 5.63 | - |
| YUV | 84.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 61 | 0 | 0.80 | 0.68 | 0.26 | 350.46 | 0.67 | 0.44 |
| Hex | BC | 25 | 3D | 0 | 50 | 44 | 1A | 15E | 43 | 2C |
| Octal | 274 | 45 | 75 | 0 | 120 | 104 | 32 | 536 | 103 | 54 |
| Binary | 10111100 | 100101 | 111101 | 0 | 1010000 | 1000100 | 11010 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BC253D
Complementary color
Monochromatic Colors of #BC253D
Black with #BC253D
Text Example
Text Example
White with #BC253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC253D; }
p { color: rgb(188,37,61); }
H1.HeaderClassName
{
color: #BC253D;
}
.AnyTagClassName
{
color: #BC253D;
}
</style>
background-color css
<style>
a { background-color: #BC253D; }
a { background-color: rgb(188,37,61); }
div.DivClassName
{
background-color: #BC253D;
}
.BgClassName
{
background-color: #BC253D;
}
</style>
border-color css
<style>
span { border-color: #BC253D; }
span { border-color: rgb(188,37,61); }
td.TdClassName
{
border-color: #BC253D;
}
.TagClassName
{
border-color: #BC253D;
}
</style>