Shades of Brick Red #BD2A3E
Tints of Brick Red #BD2A3E
RGB
CMYK
RGB Variations
Color information
#BD2A3E (or 0xBD2A3E) is known color: Brick Red. HEX triplet: BD, 2A and 3E. RGB value is (189,42,62). Sum of RGB (Red+Green+Blue) = 189+42+62=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A3E is #42D5C1. Grayscale: #585858. Windows color (decimal): -4380098 or 4074173. OLE color: 4074173.
HSL color Cylindrical-coordinate representation of color #BD2A3E: hue angle of 351.84º degrees, saturation: 0.64, 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 #BD2A3E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 62 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.26 |
| HSL | 351.84º | 0.64% | 0.45% | - |
| HSV(B) | 351.84º | 0.78% | 0.74% | - |
| XYZ | 22.68 | 12.82 | 5.84 | - |
| YUV | 88.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 62 | 0 | 0.78 | 0.67 | 0.26 | 351.84 | 0.64 | 0.45 |
| Hex | BD | 2A | 3E | 0 | 4E | 43 | 1A | 160 | 40 | 2D |
| Octal | 275 | 52 | 76 | 0 | 116 | 103 | 32 | 540 | 100 | 55 |
| Binary | 10111101 | 101010 | 111110 | 0 | 1001110 | 1000011 | 11010 | 101100000 | 1000000 | 101101 |
Color Harmonies of #BD2A3E
Complementary color
Monochromatic Colors of #BD2A3E
Black with #BD2A3E
Text Example
Text Example
White with #BD2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A3E; }
p { color: rgb(189,42,62); }
H1.HeaderClassName
{
color: #BD2A3E;
}
.AnyTagClassName
{
color: #BD2A3E;
}
</style>
background-color css
<style>
a { background-color: #BD2A3E; }
a { background-color: rgb(189,42,62); }
div.DivClassName
{
background-color: #BD2A3E;
}
.BgClassName
{
background-color: #BD2A3E;
}
</style>
border-color css
<style>
span { border-color: #BD2A3E; }
span { border-color: rgb(189,42,62); }
td.TdClassName
{
border-color: #BD2A3E;
}
.TagClassName
{
border-color: #BD2A3E;
}
</style>