Shades of Fire Brick #BD221A
Tints of Fire Brick #BD221A
RGB
CMYK
RGB Variations
Color information
#BD221A (or 0xBD221A) is known color: Fire Brick. HEX triplet: BD, 22 and 1A. RGB value is (189,34,26). Sum of RGB (Red+Green+Blue) = 189+34+26=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD221A is #42DDE5. Grayscale: #4F4F4F. Windows color (decimal): -4382182 or 1712829. OLE color: 1712829.
HSL color Cylindrical-coordinate representation of color #BD221A: hue angle of 2.94º degrees, saturation: 0.76, 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 #BD221A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 26 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.26 |
| HSL | 2.94º | 0.76% | 0.42% | - |
| HSV(B) | 2.94º | 0.86% | 0.74% | - |
| XYZ | 21.74 | 12.04 | 2.15 | - |
| YUV | 79.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 26 | 0 | 0.82 | 0.86 | 0.26 | 2.94 | 0.76 | 0.42 |
| Hex | BD | 22 | 1A | 0 | 52 | 56 | 1A | 3 | 4C | 2A |
| Octal | 275 | 42 | 32 | 0 | 122 | 126 | 32 | 3 | 114 | 52 |
| Binary | 10111101 | 100010 | 11010 | 0 | 1010010 | 1010110 | 11010 | 11 | 1001100 | 101010 |
Color Harmonies of #BD221A
Complementary color
Monochromatic Colors of #BD221A
Black with #BD221A
Text Example
Text Example
White with #BD221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD221A; }
p { color: rgb(189,34,26); }
H1.HeaderClassName
{
color: #BD221A;
}
.AnyTagClassName
{
color: #BD221A;
}
</style>
background-color css
<style>
a { background-color: #BD221A; }
a { background-color: rgb(189,34,26); }
div.DivClassName
{
background-color: #BD221A;
}
.BgClassName
{
background-color: #BD221A;
}
</style>
border-color css
<style>
span { border-color: #BD221A; }
span { border-color: rgb(189,34,26); }
td.TdClassName
{
border-color: #BD221A;
}
.TagClassName
{
border-color: #BD221A;
}
</style>