Shades of Fire Brick #BD1A11
Tints of Fire Brick #BD1A11
RGB
CMYK
RGB Variations
Color information
#BD1A11 (or 0xBD1A11) is known color: Fire Brick. HEX triplet: BD, 1A and 11. RGB value is (189,26,17). Sum of RGB (Red+Green+Blue) = 189+26+17=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A11 is #42E5EE. Grayscale: #494949. Windows color (decimal): -4384239 or 1120957. OLE color: 1120957.
HSL color Cylindrical-coordinate representation of color #BD1A11: hue angle of 3.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1A11 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 17 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.26 |
| HSL | 3.14º | 0.83% | 0.4% | - |
| HSV(B) | 3.14º | 0.91% | 0.74% | - |
| XYZ | 21.46 | 11.6 | 1.64 | - |
| YUV | 73.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 17 | 0 | 0.86 | 0.91 | 0.26 | 3.14 | 0.83 | 0.4 |
| Hex | BD | 1A | 11 | 0 | 56 | 5B | 1A | 3 | 53 | 28 |
| Octal | 275 | 32 | 21 | 0 | 126 | 133 | 32 | 3 | 123 | 50 |
| Binary | 10111101 | 11010 | 10001 | 0 | 1010110 | 1011011 | 11010 | 11 | 1010011 | 101000 |
Color Harmonies of #BD1A11
Complementary color
Monochromatic Colors of #BD1A11
Black with #BD1A11
Text Example
Text Example
White with #BD1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A11; }
p { color: rgb(189,26,17); }
H1.HeaderClassName
{
color: #BD1A11;
}
.AnyTagClassName
{
color: #BD1A11;
}
</style>
background-color css
<style>
a { background-color: #BD1A11; }
a { background-color: rgb(189,26,17); }
div.DivClassName
{
background-color: #BD1A11;
}
.BgClassName
{
background-color: #BD1A11;
}
</style>
border-color css
<style>
span { border-color: #BD1A11; }
span { border-color: rgb(189,26,17); }
td.TdClassName
{
border-color: #BD1A11;
}
.TagClassName
{
border-color: #BD1A11;
}
</style>