Shades of Fire Brick #BD221F
Tints of Fire Brick #BD221F
RGB
CMYK
RGB Variations
Color information
#BD221F (or 0xBD221F) is known color: Fire Brick. HEX triplet: BD, 22 and 1F. RGB value is (189,34,31). Sum of RGB (Red+Green+Blue) = 189+34+31=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD221F is #42DDE0. Grayscale: #505050. Windows color (decimal): -4382177 or 2040509. OLE color: 2040509.
HSL color Cylindrical-coordinate representation of color #BD221F: hue angle of 1.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD221F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 31 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.26 |
| HSL | 1.14º | 0.72% | 0.43% | - |
| HSV(B) | 1.14º | 0.84% | 0.74% | - |
| XYZ | 21.81 | 12.06 | 2.48 | - |
| YUV | 80 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 31 | 0 | 0.82 | 0.84 | 0.26 | 1.14 | 0.72 | 0.43 |
| Hex | BD | 22 | 1F | 0 | 52 | 54 | 1A | 1 | 48 | 2B |
| Octal | 275 | 42 | 37 | 0 | 122 | 124 | 32 | 1 | 110 | 53 |
| Binary | 10111101 | 100010 | 11111 | 0 | 1010010 | 1010100 | 11010 | 1 | 1001000 | 101011 |
Color Harmonies of #BD221F
Complementary color
Monochromatic Colors of #BD221F
Black with #BD221F
Text Example
Text Example
White with #BD221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD221F; }
p { color: rgb(189,34,31); }
H1.HeaderClassName
{
color: #BD221F;
}
.AnyTagClassName
{
color: #BD221F;
}
</style>
background-color css
<style>
a { background-color: #BD221F; }
a { background-color: rgb(189,34,31); }
div.DivClassName
{
background-color: #BD221F;
}
.BgClassName
{
background-color: #BD221F;
}
</style>
border-color css
<style>
span { border-color: #BD221F; }
span { border-color: rgb(189,34,31); }
td.TdClassName
{
border-color: #BD221F;
}
.TagClassName
{
border-color: #BD221F;
}
</style>