Shades of Fire Brick #BD2B28
Tints of Fire Brick #BD2B28
RGB
CMYK
RGB Variations
Color information
#BD2B28 (or 0xBD2B28) is known color: Fire Brick. HEX triplet: BD, 2B and 28. RGB value is (189,43,40). Sum of RGB (Red+Green+Blue) = 189+43+40=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B28 is #42D4D7. Grayscale: #565656. Windows color (decimal): -4379864 or 2632637. OLE color: 2632637.
HSL color Cylindrical-coordinate representation of color #BD2B28: hue angle of 1.21º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2B28 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 40 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.26 |
| HSL | 1.21º | 0.65% | 0.45% | - |
| HSV(B) | 1.21º | 0.79% | 0.74% | - |
| XYZ | 22.23 | 12.7 | 3.29 | - |
| YUV | 86.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 40 | 0 | 0.77 | 0.79 | 0.26 | 1.21 | 0.65 | 0.45 |
| Hex | BD | 2B | 28 | 0 | 4D | 4F | 1A | 1 | 41 | 2D |
| Octal | 275 | 53 | 50 | 0 | 115 | 117 | 32 | 1 | 101 | 55 |
| Binary | 10111101 | 101011 | 101000 | 0 | 1001101 | 1001111 | 11010 | 1 | 1000001 | 101101 |
Color Harmonies of #BD2B28
Complementary color
Monochromatic Colors of #BD2B28
Black with #BD2B28
Text Example
Text Example
White with #BD2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B28; }
p { color: rgb(189,43,40); }
H1.HeaderClassName
{
color: #BD2B28;
}
.AnyTagClassName
{
color: #BD2B28;
}
</style>
background-color css
<style>
a { background-color: #BD2B28; }
a { background-color: rgb(189,43,40); }
div.DivClassName
{
background-color: #BD2B28;
}
.BgClassName
{
background-color: #BD2B28;
}
</style>
border-color css
<style>
span { border-color: #BD2B28; }
span { border-color: rgb(189,43,40); }
td.TdClassName
{
border-color: #BD2B28;
}
.TagClassName
{
border-color: #BD2B28;
}
</style>