Shades of Brick Red #BD2E3E
Tints of Brick Red #BD2E3E
RGB
CMYK
RGB Variations
Color information
#BD2E3E (or 0xBD2E3E) is known color: Brick Red. HEX triplet: BD, 2E and 3E. RGB value is (189,46,62). Sum of RGB (Red+Green+Blue) = 189+46+62=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E3E is #42D1C1. Grayscale: #5A5A5A. Windows color (decimal): -4379074 or 4075197. OLE color: 4075197.
HSL color Cylindrical-coordinate representation of color #BD2E3E: hue angle of 353.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.26 |
| HSL | 353.29º | 0.61% | 0.46% | - |
| HSV(B) | 353.29º | 0.76% | 0.74% | - |
| XYZ | 22.83 | 13.12 | 5.89 | - |
| YUV | 90.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 62 | 0 | 0.76 | 0.67 | 0.26 | 353.29 | 0.61 | 0.46 |
| Hex | BD | 2E | 3E | 0 | 4C | 43 | 1A | 161 | 3D | 2E |
| Octal | 275 | 56 | 76 | 0 | 114 | 103 | 32 | 541 | 75 | 56 |
| Binary | 10111101 | 101110 | 111110 | 0 | 1001100 | 1000011 | 11010 | 101100001 | 111101 | 101110 |
Color Harmonies of #BD2E3E
Complementary color
Monochromatic Colors of #BD2E3E
Black with #BD2E3E
Text Example
Text Example
White with #BD2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E3E; }
p { color: rgb(189,46,62); }
H1.HeaderClassName
{
color: #BD2E3E;
}
.AnyTagClassName
{
color: #BD2E3E;
}
</style>
background-color css
<style>
a { background-color: #BD2E3E; }
a { background-color: rgb(189,46,62); }
div.DivClassName
{
background-color: #BD2E3E;
}
.BgClassName
{
background-color: #BD2E3E;
}
</style>
border-color css
<style>
span { border-color: #BD2E3E; }
span { border-color: rgb(189,46,62); }
td.TdClassName
{
border-color: #BD2E3E;
}
.TagClassName
{
border-color: #BD2E3E;
}
</style>