Shades of Fire Brick #BD2117
Tints of Fire Brick #BD2117
RGB
CMYK
RGB Variations
Color information
#BD2117 (or 0xBD2117) is known color: Fire Brick. HEX triplet: BD, 21 and 17. RGB value is (189,33,23). Sum of RGB (Red+Green+Blue) = 189+33+23=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2117 is #42DEE8. Grayscale: #4E4E4E. Windows color (decimal): -4382441 or 1515965. OLE color: 1515965.
HSL color Cylindrical-coordinate representation of color #BD2117: hue angle of 3.61º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.26 |
| HSL | 3.61º | 0.78% | 0.42% | - |
| HSV(B) | 3.61º | 0.88% | 0.74% | - |
| XYZ | 21.68 | 11.97 | 1.98 | - |
| YUV | 78.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 23 | 0 | 0.83 | 0.88 | 0.26 | 3.61 | 0.78 | 0.42 |
| Hex | BD | 21 | 17 | 0 | 53 | 58 | 1A | 4 | 4E | 2A |
| Octal | 275 | 41 | 27 | 0 | 123 | 130 | 32 | 4 | 116 | 52 |
| Binary | 10111101 | 100001 | 10111 | 0 | 1010011 | 1011000 | 11010 | 100 | 1001110 | 101010 |
Color Harmonies of #BD2117
Complementary color
Monochromatic Colors of #BD2117
Black with #BD2117
Text Example
Text Example
White with #BD2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2117; }
p { color: rgb(189,33,23); }
H1.HeaderClassName
{
color: #BD2117;
}
.AnyTagClassName
{
color: #BD2117;
}
</style>
background-color css
<style>
a { background-color: #BD2117; }
a { background-color: rgb(189,33,23); }
div.DivClassName
{
background-color: #BD2117;
}
.BgClassName
{
background-color: #BD2117;
}
</style>
border-color css
<style>
span { border-color: #BD2117; }
span { border-color: rgb(189,33,23); }
td.TdClassName
{
border-color: #BD2117;
}
.TagClassName
{
border-color: #BD2117;
}
</style>