Shades of Fire Brick #BD241C
Tints of Fire Brick #BD241C
RGB
CMYK
RGB Variations
Color information
#BD241C (or 0xBD241C) is known color: Fire Brick. HEX triplet: BD, 24 and 1C. RGB value is (189,36,28). Sum of RGB (Red+Green+Blue) = 189+36+28=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD241C is #42DBE3. Grayscale: #515151. Windows color (decimal): -4381668 or 1844413. OLE color: 1844413.
HSL color Cylindrical-coordinate representation of color #BD241C: hue angle of 2.98º 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 #BD241C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 28 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.26 |
| HSL | 2.98º | 0.74% | 0.43% | - |
| HSV(B) | 2.98º | 0.85% | 0.74% | - |
| XYZ | 21.83 | 12.16 | 2.3 | - |
| YUV | 80.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 28 | 0 | 0.81 | 0.85 | 0.26 | 2.98 | 0.74 | 0.43 |
| Hex | BD | 24 | 1C | 0 | 51 | 55 | 1A | 3 | 4A | 2B |
| Octal | 275 | 44 | 34 | 0 | 121 | 125 | 32 | 3 | 112 | 53 |
| Binary | 10111101 | 100100 | 11100 | 0 | 1010001 | 1010101 | 11010 | 11 | 1001010 | 101011 |
Color Harmonies of #BD241C
Complementary color
Monochromatic Colors of #BD241C
Black with #BD241C
Text Example
Text Example
White with #BD241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD241C; }
p { color: rgb(189,36,28); }
H1.HeaderClassName
{
color: #BD241C;
}
.AnyTagClassName
{
color: #BD241C;
}
</style>
background-color css
<style>
a { background-color: #BD241C; }
a { background-color: rgb(189,36,28); }
div.DivClassName
{
background-color: #BD241C;
}
.BgClassName
{
background-color: #BD241C;
}
</style>
border-color css
<style>
span { border-color: #BD241C; }
span { border-color: rgb(189,36,28); }
td.TdClassName
{
border-color: #BD241C;
}
.TagClassName
{
border-color: #BD241C;
}
</style>