Shades of Fire Brick #BD2A1A
Tints of Fire Brick #BD2A1A
RGB
CMYK
RGB Variations
Color information
#BD2A1A (or 0xBD2A1A) is known color: Fire Brick. HEX triplet: BD, 2A and 1A. RGB value is (189,42,26). Sum of RGB (Red+Green+Blue) = 189+42+26=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A1A is #42D5E5. Grayscale: #545454. Windows color (decimal): -4380134 or 1714877. OLE color: 1714877.
HSL color Cylindrical-coordinate representation of color #BD2A1A: hue angle of 5.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD2A1A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 26 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.26 |
| HSL | 5.89º | 0.76% | 0.42% | - |
| HSV(B) | 5.89º | 0.86% | 0.74% | - |
| XYZ | 22 | 12.55 | 2.24 | - |
| YUV | 84.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 26 | 0 | 0.78 | 0.86 | 0.26 | 5.89 | 0.76 | 0.42 |
| Hex | BD | 2A | 1A | 0 | 4E | 56 | 1A | 6 | 4C | 2A |
| Octal | 275 | 52 | 32 | 0 | 116 | 126 | 32 | 6 | 114 | 52 |
| Binary | 10111101 | 101010 | 11010 | 0 | 1001110 | 1010110 | 11010 | 110 | 1001100 | 101010 |
Color Harmonies of #BD2A1A
Complementary color
Monochromatic Colors of #BD2A1A
Black with #BD2A1A
Text Example
Text Example
White with #BD2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A1A; }
p { color: rgb(189,42,26); }
H1.HeaderClassName
{
color: #BD2A1A;
}
.AnyTagClassName
{
color: #BD2A1A;
}
</style>
background-color css
<style>
a { background-color: #BD2A1A; }
a { background-color: rgb(189,42,26); }
div.DivClassName
{
background-color: #BD2A1A;
}
.BgClassName
{
background-color: #BD2A1A;
}
</style>
border-color css
<style>
span { border-color: #BD2A1A; }
span { border-color: rgb(189,42,26); }
td.TdClassName
{
border-color: #BD2A1A;
}
.TagClassName
{
border-color: #BD2A1A;
}
</style>