Shades of Brick Red #BC2A38
Tints of Brick Red #BC2A38
RGB
CMYK
RGB Variations
Color information
#BC2A38 (or 0xBC2A38) is known color: Brick Red. HEX triplet: BC, 2A and 38. RGB value is (188,42,56). Sum of RGB (Red+Green+Blue) = 188+42+56=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A38 is #43D5C7. Grayscale: #575757. Windows color (decimal): -4445640 or 3680956. OLE color: 3680956.
HSL color Cylindrical-coordinate representation of color #BC2A38: hue angle of 354.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A38 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 56 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.26 |
| HSL | 354.25º | 0.63% | 0.45% | - |
| HSV(B) | 354.25º | 0.78% | 0.74% | - |
| XYZ | 22.28 | 12.63 | 5.01 | - |
| YUV | 87.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 56 | 0 | 0.78 | 0.70 | 0.26 | 354.25 | 0.63 | 0.45 |
| Hex | BC | 2A | 38 | 0 | 4E | 46 | 1A | 162 | 3F | 2D |
| Octal | 274 | 52 | 70 | 0 | 116 | 106 | 32 | 542 | 77 | 55 |
| Binary | 10111100 | 101010 | 111000 | 0 | 1001110 | 1000110 | 11010 | 101100010 | 111111 | 101101 |
Color Harmonies of #BC2A38
Complementary color
Monochromatic Colors of #BC2A38
Black with #BC2A38
Text Example
Text Example
White with #BC2A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A38; }
p { color: rgb(188,42,56); }
H1.HeaderClassName
{
color: #BC2A38;
}
.AnyTagClassName
{
color: #BC2A38;
}
</style>
background-color css
<style>
a { background-color: #BC2A38; }
a { background-color: rgb(188,42,56); }
div.DivClassName
{
background-color: #BC2A38;
}
.BgClassName
{
background-color: #BC2A38;
}
</style>
border-color css
<style>
span { border-color: #BC2A38; }
span { border-color: rgb(188,42,56); }
td.TdClassName
{
border-color: #BC2A38;
}
.TagClassName
{
border-color: #BC2A38;
}
</style>