Shades of Fire Brick #BD2B1B
Tints of Fire Brick #BD2B1B
RGB
CMYK
RGB Variations
Color information
#BD2B1B (or 0xBD2B1B) is known color: Fire Brick. HEX triplet: BD, 2B and 1B. RGB value is (189,43,27). Sum of RGB (Red+Green+Blue) = 189+43+27=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B1B is #42D4E4. Grayscale: #555555. Windows color (decimal): -4379877 or 1780669. OLE color: 1780669.
HSL color Cylindrical-coordinate representation of color #BD2B1B: hue angle of 5.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD2B1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 27 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.26 |
| HSL | 5.93º | 0.75% | 0.42% | - |
| HSV(B) | 5.93º | 0.86% | 0.74% | - |
| XYZ | 22.05 | 12.63 | 2.31 | - |
| YUV | 84.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 27 | 0 | 0.77 | 0.86 | 0.26 | 5.93 | 0.75 | 0.42 |
| Hex | BD | 2B | 1B | 0 | 4D | 56 | 1A | 6 | 4B | 2A |
| Octal | 275 | 53 | 33 | 0 | 115 | 126 | 32 | 6 | 113 | 52 |
| Binary | 10111101 | 101011 | 11011 | 0 | 1001101 | 1010110 | 11010 | 110 | 1001011 | 101010 |
Color Harmonies of #BD2B1B
Complementary color
Monochromatic Colors of #BD2B1B
Black with #BD2B1B
Text Example
Text Example
White with #BD2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B1B; }
p { color: rgb(189,43,27); }
H1.HeaderClassName
{
color: #BD2B1B;
}
.AnyTagClassName
{
color: #BD2B1B;
}
</style>
background-color css
<style>
a { background-color: #BD2B1B; }
a { background-color: rgb(189,43,27); }
div.DivClassName
{
background-color: #BD2B1B;
}
.BgClassName
{
background-color: #BD2B1B;
}
</style>
border-color css
<style>
span { border-color: #BD2B1B; }
span { border-color: rgb(189,43,27); }
td.TdClassName
{
border-color: #BD2B1B;
}
.TagClassName
{
border-color: #BD2B1B;
}
</style>