Shades of Fire Brick #BD3123
Tints of Fire Brick #BD3123
RGB
CMYK
RGB Variations
Color information
#BD3123 (or 0xBD3123) is known color: Fire Brick. HEX triplet: BD, 31 and 23. RGB value is (189,49,35). Sum of RGB (Red+Green+Blue) = 189+49+35=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3123 is #42CEDC. Grayscale: #595959. Windows color (decimal): -4378333 or 2306493. OLE color: 2306493.
HSL color Cylindrical-coordinate representation of color #BD3123: hue angle of 5.45º degrees, saturation: 0.69, 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 #BD3123 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 35 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.26 |
| HSL | 5.45º | 0.69% | 0.44% | - |
| HSV(B) | 5.45º | 0.81% | 0.74% | - |
| XYZ | 22.39 | 13.14 | 2.95 | - |
| YUV | 89.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 35 | 0 | 0.74 | 0.81 | 0.26 | 5.45 | 0.69 | 0.44 |
| Hex | BD | 31 | 23 | 0 | 4A | 51 | 1A | 5 | 45 | 2C |
| Octal | 275 | 61 | 43 | 0 | 112 | 121 | 32 | 5 | 105 | 54 |
| Binary | 10111101 | 110001 | 100011 | 0 | 1001010 | 1010001 | 11010 | 101 | 1000101 | 101100 |
Color Harmonies of #BD3123
Complementary color
Monochromatic Colors of #BD3123
Black with #BD3123
Text Example
Text Example
White with #BD3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3123; }
p { color: rgb(189,49,35); }
H1.HeaderClassName
{
color: #BD3123;
}
.AnyTagClassName
{
color: #BD3123;
}
</style>
background-color css
<style>
a { background-color: #BD3123; }
a { background-color: rgb(189,49,35); }
div.DivClassName
{
background-color: #BD3123;
}
.BgClassName
{
background-color: #BD3123;
}
</style>
border-color css
<style>
span { border-color: #BD3123; }
span { border-color: rgb(189,49,35); }
td.TdClassName
{
border-color: #BD3123;
}
.TagClassName
{
border-color: #BD3123;
}
</style>