Shades of Fire Brick #B72C29
Tints of Fire Brick #B72C29
RGB
CMYK
RGB Variations
Color information
#B72C29 (or 0xB72C29) is known color: Fire Brick. HEX triplet: B7, 2C and 29. RGB value is (183,44,41). Sum of RGB (Red+Green+Blue) = 183+44+41=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C29 is #48D3D6. Grayscale: #555555. Windows color (decimal): -4772823 or 2698423. OLE color: 2698423.
HSL color Cylindrical-coordinate representation of color #B72C29: hue angle of 1.27º 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 #B72C29 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 41 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.28 |
| HSL | 1.27º | 0.63% | 0.44% | - |
| HSV(B) | 1.27º | 0.78% | 0.72% | - |
| XYZ | 20.83 | 12.03 | 3.32 | - |
| YUV | 85.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 41 | 0 | 0.76 | 0.78 | 0.28 | 1.27 | 0.63 | 0.44 |
| Hex | B7 | 2C | 29 | 0 | 4C | 4E | 1C | 1 | 3F | 2C |
| Octal | 267 | 54 | 51 | 0 | 114 | 116 | 34 | 1 | 77 | 54 |
| Binary | 10110111 | 101100 | 101001 | 0 | 1001100 | 1001110 | 11100 | 1 | 111111 | 101100 |
Color Harmonies of #B72C29
Complementary color
Monochromatic Colors of #B72C29
Black with #B72C29
Text Example
Text Example
White with #B72C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C29; }
p { color: rgb(183,44,41); }
H1.HeaderClassName
{
color: #B72C29;
}
.AnyTagClassName
{
color: #B72C29;
}
</style>
background-color css
<style>
a { background-color: #B72C29; }
a { background-color: rgb(183,44,41); }
div.DivClassName
{
background-color: #B72C29;
}
.BgClassName
{
background-color: #B72C29;
}
</style>
border-color css
<style>
span { border-color: #B72C29; }
span { border-color: rgb(183,44,41); }
td.TdClassName
{
border-color: #B72C29;
}
.TagClassName
{
border-color: #B72C29;
}
</style>