Shades of Brick Red #BC283D
Tints of Brick Red #BC283D
RGB
CMYK
RGB Variations
Color information
#BC283D (or 0xBC283D) is known color: Brick Red. HEX triplet: BC, 28 and 3D. RGB value is (188,40,61). Sum of RGB (Red+Green+Blue) = 188+40+61=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC283D is #43D7C2. Grayscale: #565656. Windows color (decimal): -4446147 or 4008124. OLE color: 4008124.
HSL color Cylindrical-coordinate representation of color #BC283D: hue angle of 351.49º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC283D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.26 |
| HSL | 351.49º | 0.65% | 0.45% | - |
| HSV(B) | 351.49º | 0.79% | 0.74% | - |
| XYZ | 22.34 | 12.55 | 5.66 | - |
| YUV | 86.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 61 | 0 | 0.79 | 0.68 | 0.26 | 351.49 | 0.65 | 0.45 |
| Hex | BC | 28 | 3D | 0 | 4F | 44 | 1A | 15F | 41 | 2D |
| Octal | 274 | 50 | 75 | 0 | 117 | 104 | 32 | 537 | 101 | 55 |
| Binary | 10111100 | 101000 | 111101 | 0 | 1001111 | 1000100 | 11010 | 101011111 | 1000001 | 101101 |
Color Harmonies of #BC283D
Complementary color
Monochromatic Colors of #BC283D
Black with #BC283D
Text Example
Text Example
White with #BC283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC283D; }
p { color: rgb(188,40,61); }
H1.HeaderClassName
{
color: #BC283D;
}
.AnyTagClassName
{
color: #BC283D;
}
</style>
background-color css
<style>
a { background-color: #BC283D; }
a { background-color: rgb(188,40,61); }
div.DivClassName
{
background-color: #BC283D;
}
.BgClassName
{
background-color: #BC283D;
}
</style>
border-color css
<style>
span { border-color: #BC283D; }
span { border-color: rgb(188,40,61); }
td.TdClassName
{
border-color: #BC283D;
}
.TagClassName
{
border-color: #BC283D;
}
</style>