Shades of Cardinal #BC263B
Tints of Cardinal #BC263B
RGB
CMYK
RGB Variations
Color information
#BC263B (or 0xBC263B) is known color: Cardinal. HEX triplet: BC, 26 and 3B. RGB value is (188,38,59). Sum of RGB (Red+Green+Blue) = 188+38+59=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC263B is #43D9C4. Grayscale: #555555. Windows color (decimal): -4446661 or 3876540. OLE color: 3876540.
HSL color Cylindrical-coordinate representation of color #BC263B: hue angle of 351.6º 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 #BC263B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 59 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.26 |
| HSL | 351.6º | 0.66% | 0.44% | - |
| HSV(B) | 351.6º | 0.8% | 0.74% | - |
| XYZ | 22.22 | 12.39 | 5.36 | - |
| YUV | 85.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 59 | 0 | 0.80 | 0.69 | 0.26 | 351.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 3B | 0 | 50 | 45 | 1A | 160 | 42 | 2C |
| Octal | 274 | 46 | 73 | 0 | 120 | 105 | 32 | 540 | 102 | 54 |
| Binary | 10111100 | 100110 | 111011 | 0 | 1010000 | 1000101 | 11010 | 101100000 | 1000010 | 101100 |
Color Harmonies of #BC263B
Complementary color
Monochromatic Colors of #BC263B
Black with #BC263B
Text Example
Text Example
White with #BC263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC263B; }
p { color: rgb(188,38,59); }
H1.HeaderClassName
{
color: #BC263B;
}
.AnyTagClassName
{
color: #BC263B;
}
</style>
background-color css
<style>
a { background-color: #BC263B; }
a { background-color: rgb(188,38,59); }
div.DivClassName
{
background-color: #BC263B;
}
.BgClassName
{
background-color: #BC263B;
}
</style>
border-color css
<style>
span { border-color: #BC263B; }
span { border-color: rgb(188,38,59); }
td.TdClassName
{
border-color: #BC263B;
}
.TagClassName
{
border-color: #BC263B;
}
</style>