Shades of Fire Brick #B73029
Tints of Fire Brick #B73029
RGB
CMYK
RGB Variations
Color information
#B73029 (or 0xB73029) is known color: Fire Brick. HEX triplet: B7, 30 and 29. RGB value is (183,48,41). Sum of RGB (Red+Green+Blue) = 183+48+41=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B73029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73029 is #48CFD6. Grayscale: #575757. Windows color (decimal): -4771799 or 2699447. OLE color: 2699447.
HSL color Cylindrical-coordinate representation of color #B73029: hue angle of 2.96º degrees, saturation: 0.63, 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 #B73029 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 41 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.28 |
| HSL | 2.96º | 0.63% | 0.44% | - |
| HSV(B) | 2.96º | 0.78% | 0.72% | - |
| XYZ | 20.99 | 12.34 | 3.37 | - |
| YUV | 87.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 41 | 0 | 0.74 | 0.78 | 0.28 | 2.96 | 0.63 | 0.44 |
| Hex | B7 | 30 | 29 | 0 | 4A | 4E | 1C | 3 | 3F | 2C |
| Octal | 267 | 60 | 51 | 0 | 112 | 116 | 34 | 3 | 77 | 54 |
| Binary | 10110111 | 110000 | 101001 | 0 | 1001010 | 1001110 | 11100 | 11 | 111111 | 101100 |
Color Harmonies of #B73029
Complementary color
Monochromatic Colors of #B73029
Black with #B73029
Text Example
Text Example
White with #B73029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73029; }
p { color: rgb(183,48,41); }
H1.HeaderClassName
{
color: #B73029;
}
.AnyTagClassName
{
color: #B73029;
}
</style>
background-color css
<style>
a { background-color: #B73029; }
a { background-color: rgb(183,48,41); }
div.DivClassName
{
background-color: #B73029;
}
.BgClassName
{
background-color: #B73029;
}
</style>
border-color css
<style>
span { border-color: #B73029; }
span { border-color: rgb(183,48,41); }
td.TdClassName
{
border-color: #B73029;
}
.TagClassName
{
border-color: #B73029;
}
</style>