Shades of Fire Brick #BD2C1E
Tints of Fire Brick #BD2C1E
RGB
CMYK
RGB Variations
Color information
#BD2C1E (or 0xBD2C1E) is known color: Fire Brick. HEX triplet: BD, 2C and 1E. RGB value is (189,44,30). Sum of RGB (Red+Green+Blue) = 189+44+30=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C1E is #42D3E1. Grayscale: #555555. Windows color (decimal): -4379618 or 1977533. OLE color: 1977533.
HSL color Cylindrical-coordinate representation of color #BD2C1E: hue angle of 5.28º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD2C1E is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 30 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.26 |
| HSL | 5.28º | 0.73% | 0.43% | - |
| HSV(B) | 5.28º | 0.84% | 0.74% | - |
| XYZ | 22.12 | 12.71 | 2.52 | - |
| YUV | 85.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 30 | 0 | 0.77 | 0.84 | 0.26 | 5.28 | 0.73 | 0.43 |
| Hex | BD | 2C | 1E | 0 | 4D | 54 | 1A | 5 | 49 | 2B |
| Octal | 275 | 54 | 36 | 0 | 115 | 124 | 32 | 5 | 111 | 53 |
| Binary | 10111101 | 101100 | 11110 | 0 | 1001101 | 1010100 | 11010 | 101 | 1001001 | 101011 |
Color Harmonies of #BD2C1E
Complementary color
Monochromatic Colors of #BD2C1E
Black with #BD2C1E
Text Example
Text Example
White with #BD2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C1E; }
p { color: rgb(189,44,30); }
H1.HeaderClassName
{
color: #BD2C1E;
}
.AnyTagClassName
{
color: #BD2C1E;
}
</style>
background-color css
<style>
a { background-color: #BD2C1E; }
a { background-color: rgb(189,44,30); }
div.DivClassName
{
background-color: #BD2C1E;
}
.BgClassName
{
background-color: #BD2C1E;
}
</style>
border-color css
<style>
span { border-color: #BD2C1E; }
span { border-color: rgb(189,44,30); }
td.TdClassName
{
border-color: #BD2C1E;
}
.TagClassName
{
border-color: #BD2C1E;
}
</style>