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