Shades of Fire Brick #BD221C
Tints of Fire Brick #BD221C
RGB
CMYK
RGB Variations
Color information
#BD221C (or 0xBD221C) is known color: Fire Brick. HEX triplet: BD, 22 and 1C. RGB value is (189,34,28). Sum of RGB (Red+Green+Blue) = 189+34+28=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD221C is #42DDE3. Grayscale: #4F4F4F. Windows color (decimal): -4382180 or 1843901. OLE color: 1843901.
HSL color Cylindrical-coordinate representation of color #BD221C: hue angle of 2.24º 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 #BD221C is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 28 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.26 |
| HSL | 2.24º | 0.74% | 0.43% | - |
| HSV(B) | 2.24º | 0.85% | 0.74% | - |
| XYZ | 21.77 | 12.05 | 2.28 | - |
| YUV | 79.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 28 | 0 | 0.82 | 0.85 | 0.26 | 2.24 | 0.74 | 0.43 |
| Hex | BD | 22 | 1C | 0 | 52 | 55 | 1A | 2 | 4A | 2B |
| Octal | 275 | 42 | 34 | 0 | 122 | 125 | 32 | 2 | 112 | 53 |
| Binary | 10111101 | 100010 | 11100 | 0 | 1010010 | 1010101 | 11010 | 10 | 1001010 | 101011 |
Color Harmonies of #BD221C
Complementary color
Monochromatic Colors of #BD221C
Black with #BD221C
Text Example
Text Example
White with #BD221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD221C; }
p { color: rgb(189,34,28); }
H1.HeaderClassName
{
color: #BD221C;
}
.AnyTagClassName
{
color: #BD221C;
}
</style>
background-color css
<style>
a { background-color: #BD221C; }
a { background-color: rgb(189,34,28); }
div.DivClassName
{
background-color: #BD221C;
}
.BgClassName
{
background-color: #BD221C;
}
</style>
border-color css
<style>
span { border-color: #BD221C; }
span { border-color: rgb(189,34,28); }
td.TdClassName
{
border-color: #BD221C;
}
.TagClassName
{
border-color: #BD221C;
}
</style>