Shades of Fire Brick #BD2C1C
Tints of Fire Brick #BD2C1C
RGB
CMYK
RGB Variations
Color information
#BD2C1C (or 0xBD2C1C) is known color: Fire Brick. HEX triplet: BD, 2C and 1C. RGB value is (189,44,28). Sum of RGB (Red+Green+Blue) = 189+44+28=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C1C is #42D3E3. Grayscale: #555555. Windows color (decimal): -4379620 or 1846461. OLE color: 1846461.
HSL color Cylindrical-coordinate representation of color #BD2C1C: hue angle of 5.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD2C1C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 28 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.26 |
| HSL | 5.96º | 0.74% | 0.43% | - |
| HSV(B) | 5.96º | 0.85% | 0.74% | - |
| XYZ | 22.1 | 12.7 | 2.39 | - |
| YUV | 85.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 28 | 0 | 0.77 | 0.85 | 0.26 | 5.96 | 0.74 | 0.43 |
| Hex | BD | 2C | 1C | 0 | 4D | 55 | 1A | 6 | 4A | 2B |
| Octal | 275 | 54 | 34 | 0 | 115 | 125 | 32 | 6 | 112 | 53 |
| Binary | 10111101 | 101100 | 11100 | 0 | 1001101 | 1010101 | 11010 | 110 | 1001010 | 101011 |
Color Harmonies of #BD2C1C
Complementary color
Monochromatic Colors of #BD2C1C
Black with #BD2C1C
Text Example
Text Example
White with #BD2C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C1C; }
p { color: rgb(189,44,28); }
H1.HeaderClassName
{
color: #BD2C1C;
}
.AnyTagClassName
{
color: #BD2C1C;
}
</style>
background-color css
<style>
a { background-color: #BD2C1C; }
a { background-color: rgb(189,44,28); }
div.DivClassName
{
background-color: #BD2C1C;
}
.BgClassName
{
background-color: #BD2C1C;
}
</style>
border-color css
<style>
span { border-color: #BD2C1C; }
span { border-color: rgb(189,44,28); }
td.TdClassName
{
border-color: #BD2C1C;
}
.TagClassName
{
border-color: #BD2C1C;
}
</style>