Shades of Fire Brick #BD2625
Tints of Fire Brick #BD2625
RGB
CMYK
RGB Variations
Color information
#BD2625 (or 0xBD2625) is known color: Fire Brick. HEX triplet: BD, 26 and 25. RGB value is (189,38,37). Sum of RGB (Red+Green+Blue) = 189+38+37=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2625 is #42D9DA. Grayscale: #535353. Windows color (decimal): -4381147 or 2434749. OLE color: 2434749.
HSL color Cylindrical-coordinate representation of color #BD2625: hue angle of 0.39º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2625 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 37 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.26 |
| HSL | 0.39º | 0.67% | 0.44% | - |
| HSV(B) | 0.39º | 0.8% | 0.74% | - |
| XYZ | 22.01 | 12.34 | 2.97 | - |
| YUV | 83.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 37 | 0 | 0.80 | 0.80 | 0.26 | 0.39 | 0.67 | 0.44 |
| Hex | BD | 26 | 25 | 0 | 50 | 50 | 1A | 0 | 43 | 2C |
| Octal | 275 | 46 | 45 | 0 | 120 | 120 | 32 | 0 | 103 | 54 |
| Binary | 10111101 | 100110 | 100101 | 0 | 1010000 | 1010000 | 11010 | 0 | 1000011 | 101100 |
Color Harmonies of #BD2625
Complementary color
Monochromatic Colors of #BD2625
Black with #BD2625
Text Example
Text Example
White with #BD2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2625; }
p { color: rgb(189,38,37); }
H1.HeaderClassName
{
color: #BD2625;
}
.AnyTagClassName
{
color: #BD2625;
}
</style>
background-color css
<style>
a { background-color: #BD2625; }
a { background-color: rgb(189,38,37); }
div.DivClassName
{
background-color: #BD2625;
}
.BgClassName
{
background-color: #BD2625;
}
</style>
border-color css
<style>
span { border-color: #BD2625; }
span { border-color: rgb(189,38,37); }
td.TdClassName
{
border-color: #BD2625;
}
.TagClassName
{
border-color: #BD2625;
}
</style>