Shades of Brick Red #BD293D
Tints of Brick Red #BD293D
RGB
CMYK
RGB Variations
Color information
#BD293D (or 0xBD293D) is known color: Brick Red. HEX triplet: BD, 29 and 3D. RGB value is (189,41,61). Sum of RGB (Red+Green+Blue) = 189+41+61=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293D is #42D6C2. Grayscale: #575757. Windows color (decimal): -4380355 or 4008381. OLE color: 4008381.
HSL color Cylindrical-coordinate representation of color #BD293D: hue angle of 351.89º 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 #BD293D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 61 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.26 |
| HSL | 351.89º | 0.64% | 0.45% | - |
| HSV(B) | 351.89º | 0.78% | 0.74% | - |
| XYZ | 22.62 | 12.74 | 5.68 | - |
| YUV | 87.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 61 | 0 | 0.78 | 0.68 | 0.26 | 351.89 | 0.64 | 0.45 |
| Hex | BD | 29 | 3D | 0 | 4E | 44 | 1A | 160 | 40 | 2D |
| Octal | 275 | 51 | 75 | 0 | 116 | 104 | 32 | 540 | 100 | 55 |
| Binary | 10111101 | 101001 | 111101 | 0 | 1001110 | 1000100 | 11010 | 101100000 | 1000000 | 101101 |
Color Harmonies of #BD293D
Complementary color
Monochromatic Colors of #BD293D
Black with #BD293D
Text Example
Text Example
White with #BD293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD293D; }
p { color: rgb(189,41,61); }
H1.HeaderClassName
{
color: #BD293D;
}
.AnyTagClassName
{
color: #BD293D;
}
</style>
background-color css
<style>
a { background-color: #BD293D; }
a { background-color: rgb(189,41,61); }
div.DivClassName
{
background-color: #BD293D;
}
.BgClassName
{
background-color: #BD293D;
}
</style>
border-color css
<style>
span { border-color: #BD293D; }
span { border-color: rgb(189,41,61); }
td.TdClassName
{
border-color: #BD293D;
}
.TagClassName
{
border-color: #BD293D;
}
</style>