Shades of Cardinal #BC263F
Tints of Cardinal #BC263F
RGB
CMYK
RGB Variations
Color information
#BC263F (or 0xBC263F) is known color: Cardinal. HEX triplet: BC, 26 and 3F. RGB value is (188,38,63). Sum of RGB (Red+Green+Blue) = 188+38+63=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC263F is #43D9C0. Grayscale: #555555. Windows color (decimal): -4446657 or 4138684. OLE color: 4138684.
HSL color Cylindrical-coordinate representation of color #BC263F: hue angle of 350º degrees, saturation: 0.66, 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 #BC263F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.26 |
| HSL | 350º | 0.66% | 0.44% | - |
| HSV(B) | 350º | 0.8% | 0.74% | - |
| XYZ | 22.33 | 12.44 | 5.93 | - |
| YUV | 85.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 63 | 0 | 0.80 | 0.66 | 0.26 | 350 | 0.66 | 0.44 |
| Hex | BC | 26 | 3F | 0 | 50 | 42 | 1A | 15E | 42 | 2C |
| Octal | 274 | 46 | 77 | 0 | 120 | 102 | 32 | 536 | 102 | 54 |
| Binary | 10111100 | 100110 | 111111 | 0 | 1010000 | 1000010 | 11010 | 101011110 | 1000010 | 101100 |
Color Harmonies of #BC263F
Complementary color
Monochromatic Colors of #BC263F
Black with #BC263F
Text Example
Text Example
White with #BC263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC263F; }
p { color: rgb(188,38,63); }
H1.HeaderClassName
{
color: #BC263F;
}
.AnyTagClassName
{
color: #BC263F;
}
</style>
background-color css
<style>
a { background-color: #BC263F; }
a { background-color: rgb(188,38,63); }
div.DivClassName
{
background-color: #BC263F;
}
.BgClassName
{
background-color: #BC263F;
}
</style>
border-color css
<style>
span { border-color: #BC263F; }
span { border-color: rgb(188,38,63); }
td.TdClassName
{
border-color: #BC263F;
}
.TagClassName
{
border-color: #BC263F;
}
</style>