Shades of Brick Red #BD293A
Tints of Brick Red #BD293A
RGB
CMYK
RGB Variations
Color information
#BD293A (or 0xBD293A) is known color: Brick Red. HEX triplet: BD, 29 and 3A. RGB value is (189,41,58). Sum of RGB (Red+Green+Blue) = 189+41+58=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293A is #42D6C5. Grayscale: #575757. Windows color (decimal): -4380358 or 3811773. OLE color: 3811773.
HSL color Cylindrical-coordinate representation of color #BD293A: hue angle of 353.11º 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 #BD293A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 58 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.26 |
| HSL | 353.11º | 0.64% | 0.45% | - |
| HSV(B) | 353.11º | 0.78% | 0.74% | - |
| XYZ | 22.54 | 12.71 | 5.27 | - |
| YUV | 87.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 58 | 0 | 0.78 | 0.69 | 0.26 | 353.11 | 0.64 | 0.45 |
| Hex | BD | 29 | 3A | 0 | 4E | 45 | 1A | 161 | 40 | 2D |
| Octal | 275 | 51 | 72 | 0 | 116 | 105 | 32 | 541 | 100 | 55 |
| Binary | 10111101 | 101001 | 111010 | 0 | 1001110 | 1000101 | 11010 | 101100001 | 1000000 | 101101 |
Color Harmonies of #BD293A
Complementary color
Monochromatic Colors of #BD293A
Black with #BD293A
Text Example
Text Example
White with #BD293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD293A; }
p { color: rgb(189,41,58); }
H1.HeaderClassName
{
color: #BD293A;
}
.AnyTagClassName
{
color: #BD293A;
}
</style>
background-color css
<style>
a { background-color: #BD293A; }
a { background-color: rgb(189,41,58); }
div.DivClassName
{
background-color: #BD293A;
}
.BgClassName
{
background-color: #BD293A;
}
</style>
border-color css
<style>
span { border-color: #BD293A; }
span { border-color: rgb(189,41,58); }
td.TdClassName
{
border-color: #BD293A;
}
.TagClassName
{
border-color: #BD293A;
}
</style>