Shades of Fire Brick #BD2E27
Tints of Fire Brick #BD2E27
RGB
CMYK
RGB Variations
Color information
#BD2E27 (or 0xBD2E27) is known color: Fire Brick. HEX triplet: BD, 2E and 27. RGB value is (189,46,39). Sum of RGB (Red+Green+Blue) = 189+46+39=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E27 is #42D1D8. Grayscale: #585858. Windows color (decimal): -4379097 or 2567869. OLE color: 2567869.
HSL color Cylindrical-coordinate representation of color #BD2E27: hue angle of 2.8º degrees, saturation: 0.66, 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 #BD2E27 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 39 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.26 |
| HSL | 2.8º | 0.66% | 0.45% | - |
| HSV(B) | 2.8º | 0.79% | 0.74% | - |
| XYZ | 22.33 | 12.92 | 3.24 | - |
| YUV | 87.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 39 | 0 | 0.76 | 0.79 | 0.26 | 2.8 | 0.66 | 0.45 |
| Hex | BD | 2E | 27 | 0 | 4C | 4F | 1A | 3 | 42 | 2D |
| Octal | 275 | 56 | 47 | 0 | 114 | 117 | 32 | 3 | 102 | 55 |
| Binary | 10111101 | 101110 | 100111 | 0 | 1001100 | 1001111 | 11010 | 11 | 1000010 | 101101 |
Color Harmonies of #BD2E27
Complementary color
Monochromatic Colors of #BD2E27
Black with #BD2E27
Text Example
Text Example
White with #BD2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E27; }
p { color: rgb(189,46,39); }
H1.HeaderClassName
{
color: #BD2E27;
}
.AnyTagClassName
{
color: #BD2E27;
}
</style>
background-color css
<style>
a { background-color: #BD2E27; }
a { background-color: rgb(189,46,39); }
div.DivClassName
{
background-color: #BD2E27;
}
.BgClassName
{
background-color: #BD2E27;
}
</style>
border-color css
<style>
span { border-color: #BD2E27; }
span { border-color: rgb(189,46,39); }
td.TdClassName
{
border-color: #BD2E27;
}
.TagClassName
{
border-color: #BD2E27;
}
</style>