Shades of Fire Brick #BD3324
Tints of Fire Brick #BD3324
RGB
CMYK
RGB Variations
Color information
#BD3324 (or 0xBD3324) is known color: Fire Brick. HEX triplet: BD, 33 and 24. RGB value is (189,51,36). Sum of RGB (Red+Green+Blue) = 189+51+36=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3324 is #42CCDB. Grayscale: #5A5A5A. Windows color (decimal): -4377820 or 2372541. OLE color: 2372541.
HSL color Cylindrical-coordinate representation of color #BD3324: hue angle of 5.88º 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 #BD3324 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.26 |
| HSL | 5.88º | 0.68% | 0.44% | - |
| HSV(B) | 5.88º | 0.81% | 0.74% | - |
| XYZ | 22.49 | 13.31 | 3.05 | - |
| YUV | 90.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 36 | 0 | 0.73 | 0.81 | 0.26 | 5.88 | 0.68 | 0.44 |
| Hex | BD | 33 | 24 | 0 | 49 | 51 | 1A | 6 | 44 | 2C |
| Octal | 275 | 63 | 44 | 0 | 111 | 121 | 32 | 6 | 104 | 54 |
| Binary | 10111101 | 110011 | 100100 | 0 | 1001001 | 1010001 | 11010 | 110 | 1000100 | 101100 |
Color Harmonies of #BD3324
Complementary color
Monochromatic Colors of #BD3324
Black with #BD3324
Text Example
Text Example
White with #BD3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3324; }
p { color: rgb(189,51,36); }
H1.HeaderClassName
{
color: #BD3324;
}
.AnyTagClassName
{
color: #BD3324;
}
</style>
background-color css
<style>
a { background-color: #BD3324; }
a { background-color: rgb(189,51,36); }
div.DivClassName
{
background-color: #BD3324;
}
.BgClassName
{
background-color: #BD3324;
}
</style>
border-color css
<style>
span { border-color: #BD3324; }
span { border-color: rgb(189,51,36); }
td.TdClassName
{
border-color: #BD3324;
}
.TagClassName
{
border-color: #BD3324;
}
</style>