Shades of Cardinal #BC183F
Tints of Cardinal #BC183F
RGB
CMYK
RGB Variations
Color information
#BC183F (or 0xBC183F) is known color: Cardinal. HEX triplet: BC, 18 and 3F. RGB value is (188,24,63). Sum of RGB (Red+Green+Blue) = 188+24+63=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC183F is #43E7C0. Grayscale: #4D4D4D. Windows color (decimal): -4450241 or 4135100. OLE color: 4135100.
HSL color Cylindrical-coordinate representation of color #BC183F: hue angle of 345.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC183F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 63 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.26 |
| HSL | 345.73º | 0.77% | 0.42% | - |
| HSV(B) | 345.73º | 0.87% | 0.74% | - |
| XYZ | 21.96 | 11.7 | 5.8 | - |
| YUV | 77.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 63 | 0 | 0.87 | 0.66 | 0.26 | 345.73 | 0.77 | 0.42 |
| Hex | BC | 18 | 3F | 0 | 57 | 42 | 1A | 15A | 4D | 2A |
| Octal | 274 | 30 | 77 | 0 | 127 | 102 | 32 | 532 | 115 | 52 |
| Binary | 10111100 | 11000 | 111111 | 0 | 1010111 | 1000010 | 11010 | 101011010 | 1001101 | 101010 |
Color Harmonies of #BC183F
Complementary color
Monochromatic Colors of #BC183F
Black with #BC183F
Text Example
Text Example
White with #BC183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC183F; }
p { color: rgb(188,24,63); }
H1.HeaderClassName
{
color: #BC183F;
}
.AnyTagClassName
{
color: #BC183F;
}
</style>
background-color css
<style>
a { background-color: #BC183F; }
a { background-color: rgb(188,24,63); }
div.DivClassName
{
background-color: #BC183F;
}
.BgClassName
{
background-color: #BC183F;
}
</style>
border-color css
<style>
span { border-color: #BC183F; }
span { border-color: rgb(188,24,63); }
td.TdClassName
{
border-color: #BC183F;
}
.TagClassName
{
border-color: #BC183F;
}
</style>