Shades of Fire Brick #BD3225
Tints of Fire Brick #BD3225
RGB
CMYK
RGB Variations
Color information
#BD3225 (or 0xBD3225) is known color: Fire Brick. HEX triplet: BD, 32 and 25. RGB value is (189,50,37). Sum of RGB (Red+Green+Blue) = 189+50+37=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3225 is #42CDDA. Grayscale: #5A5A5A. Windows color (decimal): -4378075 or 2437821. OLE color: 2437821.
HSL color Cylindrical-coordinate representation of color #BD3225: hue angle of 5.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3225 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 37 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.26 |
| HSL | 5.13º | 0.67% | 0.44% | - |
| HSV(B) | 5.13º | 0.8% | 0.74% | - |
| XYZ | 22.46 | 13.23 | 3.12 | - |
| YUV | 90.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 37 | 0 | 0.74 | 0.80 | 0.26 | 5.13 | 0.67 | 0.44 |
| Hex | BD | 32 | 25 | 0 | 4A | 50 | 1A | 5 | 43 | 2C |
| Octal | 275 | 62 | 45 | 0 | 112 | 120 | 32 | 5 | 103 | 54 |
| Binary | 10111101 | 110010 | 100101 | 0 | 1001010 | 1010000 | 11010 | 101 | 1000011 | 101100 |
Color Harmonies of #BD3225
Complementary color
Monochromatic Colors of #BD3225
Black with #BD3225
Text Example
Text Example
White with #BD3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3225; }
p { color: rgb(189,50,37); }
H1.HeaderClassName
{
color: #BD3225;
}
.AnyTagClassName
{
color: #BD3225;
}
</style>
background-color css
<style>
a { background-color: #BD3225; }
a { background-color: rgb(189,50,37); }
div.DivClassName
{
background-color: #BD3225;
}
.BgClassName
{
background-color: #BD3225;
}
</style>
border-color css
<style>
span { border-color: #BD3225; }
span { border-color: rgb(189,50,37); }
td.TdClassName
{
border-color: #BD3225;
}
.TagClassName
{
border-color: #BD3225;
}
</style>