Shades of Fire Brick #B72E2A
Tints of Fire Brick #B72E2A
RGB
CMYK
RGB Variations
Color information
#B72E2A (or 0xB72E2A) is known color: Fire Brick. HEX triplet: B7, 2E and 2A. RGB value is (183,46,42). Sum of RGB (Red+Green+Blue) = 183+46+42=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E2A is #48D1D5. Grayscale: #565656. Windows color (decimal): -4772310 or 2764471. OLE color: 2764471.
HSL color Cylindrical-coordinate representation of color #B72E2A: hue angle of 1.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72E2A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 42 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.28 |
| HSL | 1.7º | 0.63% | 0.44% | - |
| HSV(B) | 1.7º | 0.77% | 0.72% | - |
| XYZ | 20.92 | 12.19 | 3.44 | - |
| YUV | 86.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 42 | 0 | 0.75 | 0.77 | 0.28 | 1.7 | 0.63 | 0.44 |
| Hex | B7 | 2E | 2A | 0 | 4B | 4D | 1C | 2 | 3F | 2C |
| Octal | 267 | 56 | 52 | 0 | 113 | 115 | 34 | 2 | 77 | 54 |
| Binary | 10110111 | 101110 | 101010 | 0 | 1001011 | 1001101 | 11100 | 10 | 111111 | 101100 |
Color Harmonies of #B72E2A
Complementary color
Monochromatic Colors of #B72E2A
Black with #B72E2A
Text Example
Text Example
White with #B72E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E2A; }
p { color: rgb(183,46,42); }
H1.HeaderClassName
{
color: #B72E2A;
}
.AnyTagClassName
{
color: #B72E2A;
}
</style>
background-color css
<style>
a { background-color: #B72E2A; }
a { background-color: rgb(183,46,42); }
div.DivClassName
{
background-color: #B72E2A;
}
.BgClassName
{
background-color: #B72E2A;
}
</style>
border-color css
<style>
span { border-color: #B72E2A; }
span { border-color: rgb(183,46,42); }
td.TdClassName
{
border-color: #B72E2A;
}
.TagClassName
{
border-color: #B72E2A;
}
</style>