Shades of Brick Red #BD2641
Tints of Brick Red #BD2641
RGB
CMYK
RGB Variations
Color information
#BD2641 (or 0xBD2641) is known color: Brick Red. HEX triplet: BD, 26 and 41. RGB value is (189,38,65). Sum of RGB (Red+Green+Blue) = 189+38+65=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2641 is #42D9BE. Grayscale: #565656. Windows color (decimal): -4381119 or 4269757. OLE color: 4269757.
HSL color Cylindrical-coordinate representation of color #BD2641: hue angle of 349.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2641 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 65 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.26 |
| HSL | 349.27º | 0.67% | 0.45% | - |
| HSV(B) | 349.27º | 0.8% | 0.74% | - |
| XYZ | 22.63 | 12.59 | 6.24 | - |
| YUV | 86.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 65 | 0 | 0.80 | 0.66 | 0.26 | 349.27 | 0.67 | 0.45 |
| Hex | BD | 26 | 41 | 0 | 50 | 42 | 1A | 15D | 43 | 2D |
| Octal | 275 | 46 | 101 | 0 | 120 | 102 | 32 | 535 | 103 | 55 |
| Binary | 10111101 | 100110 | 1000001 | 0 | 1010000 | 1000010 | 11010 | 101011101 | 1000011 | 101101 |
Color Harmonies of #BD2641
Complementary color
Monochromatic Colors of #BD2641
Black with #BD2641
Text Example
Text Example
White with #BD2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2641; }
p { color: rgb(189,38,65); }
H1.HeaderClassName
{
color: #BD2641;
}
.AnyTagClassName
{
color: #BD2641;
}
</style>
background-color css
<style>
a { background-color: #BD2641; }
a { background-color: rgb(189,38,65); }
div.DivClassName
{
background-color: #BD2641;
}
.BgClassName
{
background-color: #BD2641;
}
</style>
border-color css
<style>
span { border-color: #BD2641; }
span { border-color: rgb(189,38,65); }
td.TdClassName
{
border-color: #BD2641;
}
.TagClassName
{
border-color: #BD2641;
}
</style>