Shades of Fire Brick #BD261C
Tints of Fire Brick #BD261C
RGB
CMYK
RGB Variations
Color information
#BD261C (or 0xBD261C) is known color: Fire Brick. HEX triplet: BD, 26 and 1C. RGB value is (189,38,28). Sum of RGB (Red+Green+Blue) = 189+38+28=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD261C is #42D9E3. Grayscale: #525252. Windows color (decimal): -4381156 or 1844925. OLE color: 1844925.
HSL color Cylindrical-coordinate representation of color #BD261C: hue angle of 3.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD261C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.26 |
| HSL | 3.73º | 0.74% | 0.43% | - |
| HSV(B) | 3.73º | 0.85% | 0.74% | - |
| XYZ | 21.89 | 12.29 | 2.32 | - |
| YUV | 82.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 28 | 0 | 0.80 | 0.85 | 0.26 | 3.73 | 0.74 | 0.43 |
| Hex | BD | 26 | 1C | 0 | 50 | 55 | 1A | 4 | 4A | 2B |
| Octal | 275 | 46 | 34 | 0 | 120 | 125 | 32 | 4 | 112 | 53 |
| Binary | 10111101 | 100110 | 11100 | 0 | 1010000 | 1010101 | 11010 | 100 | 1001010 | 101011 |
Color Harmonies of #BD261C
Complementary color
Monochromatic Colors of #BD261C
Black with #BD261C
Text Example
Text Example
White with #BD261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD261C; }
p { color: rgb(189,38,28); }
H1.HeaderClassName
{
color: #BD261C;
}
.AnyTagClassName
{
color: #BD261C;
}
</style>
background-color css
<style>
a { background-color: #BD261C; }
a { background-color: rgb(189,38,28); }
div.DivClassName
{
background-color: #BD261C;
}
.BgClassName
{
background-color: #BD261C;
}
</style>
border-color css
<style>
span { border-color: #BD261C; }
span { border-color: rgb(189,38,28); }
td.TdClassName
{
border-color: #BD261C;
}
.TagClassName
{
border-color: #BD261C;
}
</style>