Shades of Fire Brick #B0280D
Tints of Fire Brick #B0280D
RGB
CMYK
RGB Variations
Color information
#B0280D (or 0xB0280D) is known color: Fire Brick. HEX triplet: B0, 28 and 0D. RGB value is (176,40,13). Sum of RGB (Red+Green+Blue) = 176+40+13=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0280D is #4FD7F2. Grayscale: #4D4D4D. Windows color (decimal): -5232627 or 862384. OLE color: 862384.
HSL color Cylindrical-coordinate representation of color #B0280D: hue angle of 9.94º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0280D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.31 |
| HSL | 9.94º | 0.86% | 0.37% | - |
| HSV(B) | 9.94º | 0.93% | 0.69% | - |
| XYZ | 18.74 | 10.78 | 1.47 | - |
| YUV | 77.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 13 | 0 | 0.77 | 0.93 | 0.31 | 9.94 | 0.86 | 0.37 |
| Hex | B0 | 28 | D | 0 | 4D | 5D | 1F | A | 56 | 25 |
| Octal | 260 | 50 | 15 | 0 | 115 | 135 | 37 | 12 | 126 | 45 |
| Binary | 10110000 | 101000 | 1101 | 0 | 1001101 | 1011101 | 11111 | 1010 | 1010110 | 100101 |
Color Harmonies of #B0280D
Complementary color
Monochromatic Colors of #B0280D
Black with #B0280D
Text Example
Text Example
White with #B0280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0280D; }
p { color: rgb(176,40,13); }
H1.HeaderClassName
{
color: #B0280D;
}
.AnyTagClassName
{
color: #B0280D;
}
</style>
background-color css
<style>
a { background-color: #B0280D; }
a { background-color: rgb(176,40,13); }
div.DivClassName
{
background-color: #B0280D;
}
.BgClassName
{
background-color: #B0280D;
}
</style>
border-color css
<style>
span { border-color: #B0280D; }
span { border-color: rgb(176,40,13); }
td.TdClassName
{
border-color: #B0280D;
}
.TagClassName
{
border-color: #B0280D;
}
</style>