Shades of Cardinal #BC262D
Tints of Cardinal #BC262D
RGB
CMYK
RGB Variations
Color information
#BC262D (or 0xBC262D) is known color: Cardinal. HEX triplet: BC, 26 and 2D. RGB value is (188,38,45). Sum of RGB (Red+Green+Blue) = 188+38+45=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC262D is #43D9D2. Grayscale: #535353. Windows color (decimal): -4446675 or 2959036. OLE color: 2959036.
HSL color Cylindrical-coordinate representation of color #BC262D: hue angle of 357.2º 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 #BC262D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 45 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.26 |
| HSL | 357.2º | 0.66% | 0.44% | - |
| HSV(B) | 357.2º | 0.8% | 0.74% | - |
| XYZ | 21.91 | 12.27 | 3.7 | - |
| YUV | 83.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 45 | 0 | 0.80 | 0.76 | 0.26 | 357.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 2D | 0 | 50 | 4C | 1A | 165 | 42 | 2C |
| Octal | 274 | 46 | 55 | 0 | 120 | 114 | 32 | 545 | 102 | 54 |
| Binary | 10111100 | 100110 | 101101 | 0 | 1010000 | 1001100 | 11010 | 101100101 | 1000010 | 101100 |
Color Harmonies of #BC262D
Complementary color
Monochromatic Colors of #BC262D
Black with #BC262D
Text Example
Text Example
White with #BC262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC262D; }
p { color: rgb(188,38,45); }
H1.HeaderClassName
{
color: #BC262D;
}
.AnyTagClassName
{
color: #BC262D;
}
</style>
background-color css
<style>
a { background-color: #BC262D; }
a { background-color: rgb(188,38,45); }
div.DivClassName
{
background-color: #BC262D;
}
.BgClassName
{
background-color: #BC262D;
}
</style>
border-color css
<style>
span { border-color: #BC262D; }
span { border-color: rgb(188,38,45); }
td.TdClassName
{
border-color: #BC262D;
}
.TagClassName
{
border-color: #BC262D;
}
</style>