Shades of Fire Brick #B7302D
Tints of Fire Brick #B7302D
RGB
CMYK
RGB Variations
Color information
#B7302D (or 0xB7302D) is known color: Fire Brick. HEX triplet: B7, 30 and 2D. RGB value is (183,48,45). Sum of RGB (Red+Green+Blue) = 183+48+45=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302D is #48CFD2. Grayscale: #585858. Windows color (decimal): -4771795 or 2961591. OLE color: 2961591.
HSL color Cylindrical-coordinate representation of color #B7302D: hue angle of 1.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7302D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 45 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.28 |
| HSL | 1.3º | 0.61% | 0.45% | - |
| HSV(B) | 1.3º | 0.75% | 0.72% | - |
| XYZ | 21.06 | 12.37 | 3.76 | - |
| YUV | 88.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 45 | 0 | 0.74 | 0.75 | 0.28 | 1.3 | 0.61 | 0.45 |
| Hex | B7 | 30 | 2D | 0 | 4A | 4B | 1C | 1 | 3D | 2D |
| Octal | 267 | 60 | 55 | 0 | 112 | 113 | 34 | 1 | 75 | 55 |
| Binary | 10110111 | 110000 | 101101 | 0 | 1001010 | 1001011 | 11100 | 1 | 111101 | 101101 |
Color Harmonies of #B7302D
Complementary color
Monochromatic Colors of #B7302D
Black with #B7302D
Text Example
Text Example
White with #B7302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7302D; }
p { color: rgb(183,48,45); }
H1.HeaderClassName
{
color: #B7302D;
}
.AnyTagClassName
{
color: #B7302D;
}
</style>
background-color css
<style>
a { background-color: #B7302D; }
a { background-color: rgb(183,48,45); }
div.DivClassName
{
background-color: #B7302D;
}
.BgClassName
{
background-color: #B7302D;
}
</style>
border-color css
<style>
span { border-color: #B7302D; }
span { border-color: rgb(183,48,45); }
td.TdClassName
{
border-color: #B7302D;
}
.TagClassName
{
border-color: #B7302D;
}
</style>