Shades of Fire Brick #BD2A24
Tints of Fire Brick #BD2A24
RGB
CMYK
RGB Variations
Color information
#BD2A24 (or 0xBD2A24) is known color: Fire Brick. HEX triplet: BD, 2A and 24. RGB value is (189,42,36). Sum of RGB (Red+Green+Blue) = 189+42+36=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A24 is #42D5DB. Grayscale: #555555. Windows color (decimal): -4380124 or 2370237. OLE color: 2370237.
HSL color Cylindrical-coordinate representation of color #BD2A24: hue angle of 2.35º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2A24 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.26 |
| HSL | 2.35º | 0.68% | 0.44% | - |
| HSV(B) | 2.35º | 0.81% | 0.74% | - |
| XYZ | 22.13 | 12.6 | 2.93 | - |
| YUV | 85.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 36 | 0 | 0.78 | 0.81 | 0.26 | 2.35 | 0.68 | 0.44 |
| Hex | BD | 2A | 24 | 0 | 4E | 51 | 1A | 2 | 44 | 2C |
| Octal | 275 | 52 | 44 | 0 | 116 | 121 | 32 | 2 | 104 | 54 |
| Binary | 10111101 | 101010 | 100100 | 0 | 1001110 | 1010001 | 11010 | 10 | 1000100 | 101100 |
Color Harmonies of #BD2A24
Complementary color
Monochromatic Colors of #BD2A24
Black with #BD2A24
Text Example
Text Example
White with #BD2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A24; }
p { color: rgb(189,42,36); }
H1.HeaderClassName
{
color: #BD2A24;
}
.AnyTagClassName
{
color: #BD2A24;
}
</style>
background-color css
<style>
a { background-color: #BD2A24; }
a { background-color: rgb(189,42,36); }
div.DivClassName
{
background-color: #BD2A24;
}
.BgClassName
{
background-color: #BD2A24;
}
</style>
border-color css
<style>
span { border-color: #BD2A24; }
span { border-color: rgb(189,42,36); }
td.TdClassName
{
border-color: #BD2A24;
}
.TagClassName
{
border-color: #BD2A24;
}
</style>