Shades of Fire Brick #BD2F29
Tints of Fire Brick #BD2F29
RGB
CMYK
RGB Variations
Color information
#BD2F29 (or 0xBD2F29) is known color: Fire Brick. HEX triplet: BD, 2F and 29. RGB value is (189,47,41). Sum of RGB (Red+Green+Blue) = 189+47+41=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F29 is #42D0D6. Grayscale: #585858. Windows color (decimal): -4378839 or 2699197. OLE color: 2699197.
HSL color Cylindrical-coordinate representation of color #BD2F29: hue angle of 2.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2F29 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 41 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.26 |
| HSL | 2.43º | 0.64% | 0.45% | - |
| HSV(B) | 2.43º | 0.78% | 0.74% | - |
| XYZ | 22.4 | 13.01 | 3.43 | - |
| YUV | 88.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 41 | 0 | 0.75 | 0.78 | 0.26 | 2.43 | 0.64 | 0.45 |
| Hex | BD | 2F | 29 | 0 | 4B | 4E | 1A | 2 | 40 | 2D |
| Octal | 275 | 57 | 51 | 0 | 113 | 116 | 32 | 2 | 100 | 55 |
| Binary | 10111101 | 101111 | 101001 | 0 | 1001011 | 1001110 | 11010 | 10 | 1000000 | 101101 |
Color Harmonies of #BD2F29
Complementary color
Monochromatic Colors of #BD2F29
Black with #BD2F29
Text Example
Text Example
White with #BD2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F29; }
p { color: rgb(189,47,41); }
H1.HeaderClassName
{
color: #BD2F29;
}
.AnyTagClassName
{
color: #BD2F29;
}
</style>
background-color css
<style>
a { background-color: #BD2F29; }
a { background-color: rgb(189,47,41); }
div.DivClassName
{
background-color: #BD2F29;
}
.BgClassName
{
background-color: #BD2F29;
}
</style>
border-color css
<style>
span { border-color: #BD2F29; }
span { border-color: rgb(189,47,41); }
td.TdClassName
{
border-color: #BD2F29;
}
.TagClassName
{
border-color: #BD2F29;
}
</style>