Shades of Fire Brick #B62E2D
Tints of Fire Brick #B62E2D
RGB
CMYK
RGB Variations
Color information
#B62E2D (or 0xB62E2D) is known color: Fire Brick. HEX triplet: B6, 2E and 2D. RGB value is (182,46,45). Sum of RGB (Red+Green+Blue) = 182+46+45=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E2D is #49D1D2. Grayscale: #565656. Windows color (decimal): -4837843 or 2961078. OLE color: 2961078.
HSL color Cylindrical-coordinate representation of color #B62E2D: hue angle of 0.44º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.29 |
| HSL | 0.44º | 0.6% | 0.45% | - |
| HSV(B) | 0.44º | 0.75% | 0.71% | - |
| XYZ | 20.74 | 12.09 | 3.72 | - |
| YUV | 86.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 45 | 0 | 0.75 | 0.75 | 0.29 | 0.44 | 0.6 | 0.45 |
| Hex | B6 | 2E | 2D | 0 | 4B | 4B | 1D | 0 | 3C | 2D |
| Octal | 266 | 56 | 55 | 0 | 113 | 113 | 35 | 0 | 74 | 55 |
| Binary | 10110110 | 101110 | 101101 | 0 | 1001011 | 1001011 | 11101 | 0 | 111100 | 101101 |
Color Harmonies of #B62E2D
Complementary color
Monochromatic Colors of #B62E2D
Black with #B62E2D
Text Example
Text Example
White with #B62E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E2D; }
p { color: rgb(182,46,45); }
H1.HeaderClassName
{
color: #B62E2D;
}
.AnyTagClassName
{
color: #B62E2D;
}
</style>
background-color css
<style>
a { background-color: #B62E2D; }
a { background-color: rgb(182,46,45); }
div.DivClassName
{
background-color: #B62E2D;
}
.BgClassName
{
background-color: #B62E2D;
}
</style>
border-color css
<style>
span { border-color: #B62E2D; }
span { border-color: rgb(182,46,45); }
td.TdClassName
{
border-color: #B62E2D;
}
.TagClassName
{
border-color: #B62E2D;
}
</style>