Shades of Fire Brick #BD2422
Tints of Fire Brick #BD2422
RGB
CMYK
RGB Variations
Color information
#BD2422 (or 0xBD2422) is known color: Fire Brick. HEX triplet: BD, 24 and 22. RGB value is (189,36,34). Sum of RGB (Red+Green+Blue) = 189+36+34=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2422 is #42DBDD. Grayscale: #515151. Windows color (decimal): -4381662 or 2237629. OLE color: 2237629.
HSL color Cylindrical-coordinate representation of color #BD2422: hue angle of 0.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2422 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 34 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.26 |
| HSL | 0.77º | 0.7% | 0.44% | - |
| HSV(B) | 0.77º | 0.82% | 0.74% | - |
| XYZ | 21.91 | 12.2 | 2.71 | - |
| YUV | 81.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 34 | 0 | 0.81 | 0.82 | 0.26 | 0.77 | 0.7 | 0.44 |
| Hex | BD | 24 | 22 | 0 | 51 | 52 | 1A | 1 | 46 | 2C |
| Octal | 275 | 44 | 42 | 0 | 121 | 122 | 32 | 1 | 106 | 54 |
| Binary | 10111101 | 100100 | 100010 | 0 | 1010001 | 1010010 | 11010 | 1 | 1000110 | 101100 |
Color Harmonies of #BD2422
Complementary color
Monochromatic Colors of #BD2422
Black with #BD2422
Text Example
Text Example
White with #BD2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2422; }
p { color: rgb(189,36,34); }
H1.HeaderClassName
{
color: #BD2422;
}
.AnyTagClassName
{
color: #BD2422;
}
</style>
background-color css
<style>
a { background-color: #BD2422; }
a { background-color: rgb(189,36,34); }
div.DivClassName
{
background-color: #BD2422;
}
.BgClassName
{
background-color: #BD2422;
}
</style>
border-color css
<style>
span { border-color: #BD2422; }
span { border-color: rgb(189,36,34); }
td.TdClassName
{
border-color: #BD2422;
}
.TagClassName
{
border-color: #BD2422;
}
</style>