Shades of Cardinal #BC232F
Tints of Cardinal #BC232F
RGB
CMYK
RGB Variations
Color information
#BC232F (or 0xBC232F) is known color: Cardinal. HEX triplet: BC, 23 and 2F. RGB value is (188,35,47). Sum of RGB (Red+Green+Blue) = 188+35+47=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC232F is #43DCD0. Grayscale: #525252. Windows color (decimal): -4447441 or 3089340. OLE color: 3089340.
HSL color Cylindrical-coordinate representation of color #BC232F: hue angle of 355.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC232F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.26 |
| HSL | 355.29º | 0.69% | 0.44% | - |
| HSV(B) | 355.29º | 0.81% | 0.74% | - |
| XYZ | 21.85 | 12.1 | 3.87 | - |
| YUV | 82.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 47 | 0 | 0.81 | 0.75 | 0.26 | 355.29 | 0.69 | 0.44 |
| Hex | BC | 23 | 2F | 0 | 51 | 4B | 1A | 163 | 45 | 2C |
| Octal | 274 | 43 | 57 | 0 | 121 | 113 | 32 | 543 | 105 | 54 |
| Binary | 10111100 | 100011 | 101111 | 0 | 1010001 | 1001011 | 11010 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BC232F
Complementary color
Monochromatic Colors of #BC232F
Black with #BC232F
Text Example
Text Example
White with #BC232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC232F; }
p { color: rgb(188,35,47); }
H1.HeaderClassName
{
color: #BC232F;
}
.AnyTagClassName
{
color: #BC232F;
}
</style>
background-color css
<style>
a { background-color: #BC232F; }
a { background-color: rgb(188,35,47); }
div.DivClassName
{
background-color: #BC232F;
}
.BgClassName
{
background-color: #BC232F;
}
</style>
border-color css
<style>
span { border-color: #BC232F; }
span { border-color: rgb(188,35,47); }
td.TdClassName
{
border-color: #BC232F;
}
.TagClassName
{
border-color: #BC232F;
}
</style>