Shades of Fire Brick #BD3224
Tints of Fire Brick #BD3224
RGB
CMYK
RGB Variations
Color information
#BD3224 (or 0xBD3224) is known color: Fire Brick. HEX triplet: BD, 32 and 24. RGB value is (189,50,36). Sum of RGB (Red+Green+Blue) = 189+50+36=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3224 is #42CDDB. Grayscale: #5A5A5A. Windows color (decimal): -4378076 or 2372285. OLE color: 2372285.
HSL color Cylindrical-coordinate representation of color #BD3224: hue angle of 5.49º degrees, saturation: 0.68, 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 #BD3224 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 36 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.26 |
| HSL | 5.49º | 0.68% | 0.44% | - |
| HSV(B) | 5.49º | 0.81% | 0.74% | - |
| XYZ | 22.45 | 13.23 | 3.04 | - |
| YUV | 89.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 36 | 0 | 0.74 | 0.81 | 0.26 | 5.49 | 0.68 | 0.44 |
| Hex | BD | 32 | 24 | 0 | 4A | 51 | 1A | 5 | 44 | 2C |
| Octal | 275 | 62 | 44 | 0 | 112 | 121 | 32 | 5 | 104 | 54 |
| Binary | 10111101 | 110010 | 100100 | 0 | 1001010 | 1010001 | 11010 | 101 | 1000100 | 101100 |
Color Harmonies of #BD3224
Complementary color
Monochromatic Colors of #BD3224
Black with #BD3224
Text Example
Text Example
White with #BD3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3224; }
p { color: rgb(189,50,36); }
H1.HeaderClassName
{
color: #BD3224;
}
.AnyTagClassName
{
color: #BD3224;
}
</style>
background-color css
<style>
a { background-color: #BD3224; }
a { background-color: rgb(189,50,36); }
div.DivClassName
{
background-color: #BD3224;
}
.BgClassName
{
background-color: #BD3224;
}
</style>
border-color css
<style>
span { border-color: #BD3224; }
span { border-color: rgb(189,50,36); }
td.TdClassName
{
border-color: #BD3224;
}
.TagClassName
{
border-color: #BD3224;
}
</style>