Shades of Brick Red #BD293E
Tints of Brick Red #BD293E
RGB
CMYK
RGB Variations
Color information
#BD293E (or 0xBD293E) is known color: Brick Red. HEX triplet: BD, 29 and 3E. RGB value is (189,41,62). Sum of RGB (Red+Green+Blue) = 189+41+62=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293E is #42D6C1. Grayscale: #575757. Windows color (decimal): -4380354 or 4073917. OLE color: 4073917.
HSL color Cylindrical-coordinate representation of color #BD293E: hue angle of 351.49º 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 #BD293E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 62 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.26 |
| HSL | 351.49º | 0.64% | 0.45% | - |
| HSV(B) | 351.49º | 0.78% | 0.74% | - |
| XYZ | 22.65 | 12.75 | 5.83 | - |
| YUV | 87.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 62 | 0 | 0.78 | 0.67 | 0.26 | 351.49 | 0.64 | 0.45 |
| Hex | BD | 29 | 3E | 0 | 4E | 43 | 1A | 15F | 40 | 2D |
| Octal | 275 | 51 | 76 | 0 | 116 | 103 | 32 | 537 | 100 | 55 |
| Binary | 10111101 | 101001 | 111110 | 0 | 1001110 | 1000011 | 11010 | 101011111 | 1000000 | 101101 |
Color Harmonies of #BD293E
Complementary color
Monochromatic Colors of #BD293E
Black with #BD293E
Text Example
Text Example
White with #BD293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD293E; }
p { color: rgb(189,41,62); }
H1.HeaderClassName
{
color: #BD293E;
}
.AnyTagClassName
{
color: #BD293E;
}
</style>
background-color css
<style>
a { background-color: #BD293E; }
a { background-color: rgb(189,41,62); }
div.DivClassName
{
background-color: #BD293E;
}
.BgClassName
{
background-color: #BD293E;
}
</style>
border-color css
<style>
span { border-color: #BD293E; }
span { border-color: rgb(189,41,62); }
td.TdClassName
{
border-color: #BD293E;
}
.TagClassName
{
border-color: #BD293E;
}
</style>