Shades of Fire Brick #BD2C27
Tints of Fire Brick #BD2C27
RGB
CMYK
RGB Variations
Color information
#BD2C27 (or 0xBD2C27) is known color: Fire Brick. HEX triplet: BD, 2C and 27. RGB value is (189,44,39). Sum of RGB (Red+Green+Blue) = 189+44+39=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C27 is #42D3D8. Grayscale: #565656. Windows color (decimal): -4379609 or 2567357. OLE color: 2567357.
HSL color Cylindrical-coordinate representation of color #BD2C27: hue angle of 2º 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 #BD2C27 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 39 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.26 |
| HSL | 2º | 0.66% | 0.45% | - |
| HSV(B) | 2º | 0.79% | 0.74% | - |
| XYZ | 22.25 | 12.77 | 3.21 | - |
| YUV | 86.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 39 | 0 | 0.77 | 0.79 | 0.26 | 2 | 0.66 | 0.45 |
| Hex | BD | 2C | 27 | 0 | 4D | 4F | 1A | 2 | 42 | 2D |
| Octal | 275 | 54 | 47 | 0 | 115 | 117 | 32 | 2 | 102 | 55 |
| Binary | 10111101 | 101100 | 100111 | 0 | 1001101 | 1001111 | 11010 | 10 | 1000010 | 101101 |
Color Harmonies of #BD2C27
Complementary color
Monochromatic Colors of #BD2C27
Black with #BD2C27
Text Example
Text Example
White with #BD2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C27; }
p { color: rgb(189,44,39); }
H1.HeaderClassName
{
color: #BD2C27;
}
.AnyTagClassName
{
color: #BD2C27;
}
</style>
background-color css
<style>
a { background-color: #BD2C27; }
a { background-color: rgb(189,44,39); }
div.DivClassName
{
background-color: #BD2C27;
}
.BgClassName
{
background-color: #BD2C27;
}
</style>
border-color css
<style>
span { border-color: #BD2C27; }
span { border-color: rgb(189,44,39); }
td.TdClassName
{
border-color: #BD2C27;
}
.TagClassName
{
border-color: #BD2C27;
}
</style>