Shades of Fire Brick #BD1A19
Tints of Fire Brick #BD1A19
RGB
CMYK
RGB Variations
Color information
#BD1A19 (or 0xBD1A19) is known color: Fire Brick. HEX triplet: BD, 1A and 19. RGB value is (189,26,25). Sum of RGB (Red+Green+Blue) = 189+26+25=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A19 is #42E5E6. Grayscale: #4A4A4A. Windows color (decimal): -4384231 or 1645245. OLE color: 1645245.
HSL color Cylindrical-coordinate representation of color #BD1A19: hue angle of 0.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1A19 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 25 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.26 |
| HSL | 0.37º | 0.77% | 0.42% | - |
| HSV(B) | 0.37º | 0.87% | 0.74% | - |
| XYZ | 21.53 | 11.63 | 2.03 | - |
| YUV | 74.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 25 | 0 | 0.86 | 0.87 | 0.26 | 0.37 | 0.77 | 0.42 |
| Hex | BD | 1A | 19 | 0 | 56 | 57 | 1A | 0 | 4D | 2A |
| Octal | 275 | 32 | 31 | 0 | 126 | 127 | 32 | 0 | 115 | 52 |
| Binary | 10111101 | 11010 | 11001 | 0 | 1010110 | 1010111 | 11010 | 0 | 1001101 | 101010 |
Color Harmonies of #BD1A19
Complementary color
Monochromatic Colors of #BD1A19
Black with #BD1A19
Text Example
Text Example
White with #BD1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A19; }
p { color: rgb(189,26,25); }
H1.HeaderClassName
{
color: #BD1A19;
}
.AnyTagClassName
{
color: #BD1A19;
}
</style>
background-color css
<style>
a { background-color: #BD1A19; }
a { background-color: rgb(189,26,25); }
div.DivClassName
{
background-color: #BD1A19;
}
.BgClassName
{
background-color: #BD1A19;
}
</style>
border-color css
<style>
span { border-color: #BD1A19; }
span { border-color: rgb(189,26,25); }
td.TdClassName
{
border-color: #BD1A19;
}
.TagClassName
{
border-color: #BD1A19;
}
</style>