Shades of Cardinal #BC222F
Tints of Cardinal #BC222F
RGB
CMYK
RGB Variations
Color information
#BC222F (or 0xBC222F) is known color: Cardinal. HEX triplet: BC, 22 and 2F. RGB value is (188,34,47). Sum of RGB (Red+Green+Blue) = 188+34+47=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC222F is #43DDD0. Grayscale: #515151. Windows color (decimal): -4447697 or 3089084. OLE color: 3089084.
HSL color Cylindrical-coordinate representation of color #BC222F: hue angle of 354.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC222F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 47 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.26 |
| HSL | 354.94º | 0.69% | 0.44% | - |
| HSV(B) | 354.94º | 0.82% | 0.74% | - |
| XYZ | 21.82 | 12.04 | 3.86 | - |
| YUV | 81.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 47 | 0 | 0.82 | 0.75 | 0.26 | 354.94 | 0.69 | 0.44 |
| Hex | BC | 22 | 2F | 0 | 52 | 4B | 1A | 163 | 45 | 2C |
| Octal | 274 | 42 | 57 | 0 | 122 | 113 | 32 | 543 | 105 | 54 |
| Binary | 10111100 | 100010 | 101111 | 0 | 1010010 | 1001011 | 11010 | 101100011 | 1000101 | 101100 |
Color Harmonies of #BC222F
Complementary color
Monochromatic Colors of #BC222F
Black with #BC222F
Text Example
Text Example
White with #BC222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC222F; }
p { color: rgb(188,34,47); }
H1.HeaderClassName
{
color: #BC222F;
}
.AnyTagClassName
{
color: #BC222F;
}
</style>
background-color css
<style>
a { background-color: #BC222F; }
a { background-color: rgb(188,34,47); }
div.DivClassName
{
background-color: #BC222F;
}
.BgClassName
{
background-color: #BC222F;
}
</style>
border-color css
<style>
span { border-color: #BC222F; }
span { border-color: rgb(188,34,47); }
td.TdClassName
{
border-color: #BC222F;
}
.TagClassName
{
border-color: #BC222F;
}
</style>