Shades of Fire Brick #B83029
Tints of Fire Brick #B83029
RGB
CMYK
RGB Variations
Color information
#B83029 (or 0xB83029) is known color: Fire Brick. HEX triplet: B8, 30 and 29. RGB value is (184,48,41). Sum of RGB (Red+Green+Blue) = 184+48+41=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83029 is #47CFD6. Grayscale: #585858. Windows color (decimal): -4706263 or 2699448. OLE color: 2699448.
HSL color Cylindrical-coordinate representation of color #B83029: hue angle of 2.94º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B83029 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 41 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.28 |
| HSL | 2.94º | 0.64% | 0.44% | - |
| HSV(B) | 2.94º | 0.78% | 0.72% | - |
| XYZ | 21.22 | 12.46 | 3.39 | - |
| YUV | 87.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 41 | 0 | 0.74 | 0.78 | 0.28 | 2.94 | 0.64 | 0.44 |
| Hex | B8 | 30 | 29 | 0 | 4A | 4E | 1C | 3 | 40 | 2C |
| Octal | 270 | 60 | 51 | 0 | 112 | 116 | 34 | 3 | 100 | 54 |
| Binary | 10111000 | 110000 | 101001 | 0 | 1001010 | 1001110 | 11100 | 11 | 1000000 | 101100 |
Color Harmonies of #B83029
Complementary color
Monochromatic Colors of #B83029
Black with #B83029
Text Example
Text Example
White with #B83029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83029; }
p { color: rgb(184,48,41); }
H1.HeaderClassName
{
color: #B83029;
}
.AnyTagClassName
{
color: #B83029;
}
</style>
background-color css
<style>
a { background-color: #B83029; }
a { background-color: rgb(184,48,41); }
div.DivClassName
{
background-color: #B83029;
}
.BgClassName
{
background-color: #B83029;
}
</style>
border-color css
<style>
span { border-color: #B83029; }
span { border-color: rgb(184,48,41); }
td.TdClassName
{
border-color: #B83029;
}
.TagClassName
{
border-color: #B83029;
}
</style>