Shades of Fire Brick #BD2C23
Tints of Fire Brick #BD2C23
RGB
CMYK
RGB Variations
Color information
#BD2C23 (or 0xBD2C23) is known color: Fire Brick. HEX triplet: BD, 2C and 23. RGB value is (189,44,35). Sum of RGB (Red+Green+Blue) = 189+44+35=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C23 is #42D3DC. Grayscale: #565656. Windows color (decimal): -4379613 or 2305213. OLE color: 2305213.
HSL color Cylindrical-coordinate representation of color #BD2C23: hue angle of 3.51º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2C23 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 35 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.26 |
| HSL | 3.51º | 0.69% | 0.44% | - |
| HSV(B) | 3.51º | 0.81% | 0.74% | - |
| XYZ | 22.19 | 12.74 | 2.88 | - |
| YUV | 86.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 35 | 0 | 0.77 | 0.81 | 0.26 | 3.51 | 0.69 | 0.44 |
| Hex | BD | 2C | 23 | 0 | 4D | 51 | 1A | 4 | 45 | 2C |
| Octal | 275 | 54 | 43 | 0 | 115 | 121 | 32 | 4 | 105 | 54 |
| Binary | 10111101 | 101100 | 100011 | 0 | 1001101 | 1010001 | 11010 | 100 | 1000101 | 101100 |
Color Harmonies of #BD2C23
Complementary color
Monochromatic Colors of #BD2C23
Black with #BD2C23
Text Example
Text Example
White with #BD2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C23; }
p { color: rgb(189,44,35); }
H1.HeaderClassName
{
color: #BD2C23;
}
.AnyTagClassName
{
color: #BD2C23;
}
</style>
background-color css
<style>
a { background-color: #BD2C23; }
a { background-color: rgb(189,44,35); }
div.DivClassName
{
background-color: #BD2C23;
}
.BgClassName
{
background-color: #BD2C23;
}
</style>
border-color css
<style>
span { border-color: #BD2C23; }
span { border-color: rgb(189,44,35); }
td.TdClassName
{
border-color: #BD2C23;
}
.TagClassName
{
border-color: #BD2C23;
}
</style>