Shades of Fire Brick #B62E21
Tints of Fire Brick #B62E21
RGB
CMYK
RGB Variations
Color information
#B62E21 (or 0xB62E21) is known color: Fire Brick. HEX triplet: B6, 2E and 21. RGB value is (182,46,33). Sum of RGB (Red+Green+Blue) = 182+46+33=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E21 is #49D1DE. Grayscale: #555555. Windows color (decimal): -4837855 or 2174646. OLE color: 2174646.
HSL color Cylindrical-coordinate representation of color #B62E21: hue angle of 5.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62E21 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 33 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.29 |
| HSL | 5.23º | 0.69% | 0.42% | - |
| HSV(B) | 5.23º | 0.82% | 0.71% | - |
| XYZ | 20.54 | 12.01 | 2.67 | - |
| YUV | 85.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 33 | 0 | 0.75 | 0.82 | 0.29 | 5.23 | 0.69 | 0.42 |
| Hex | B6 | 2E | 21 | 0 | 4B | 52 | 1D | 5 | 45 | 2A |
| Octal | 266 | 56 | 41 | 0 | 113 | 122 | 35 | 5 | 105 | 52 |
| Binary | 10110110 | 101110 | 100001 | 0 | 1001011 | 1010010 | 11101 | 101 | 1000101 | 101010 |
Color Harmonies of #B62E21
Complementary color
Monochromatic Colors of #B62E21
Black with #B62E21
Text Example
Text Example
White with #B62E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E21; }
p { color: rgb(182,46,33); }
H1.HeaderClassName
{
color: #B62E21;
}
.AnyTagClassName
{
color: #B62E21;
}
</style>
background-color css
<style>
a { background-color: #B62E21; }
a { background-color: rgb(182,46,33); }
div.DivClassName
{
background-color: #B62E21;
}
.BgClassName
{
background-color: #B62E21;
}
</style>
border-color css
<style>
span { border-color: #B62E21; }
span { border-color: rgb(182,46,33); }
td.TdClassName
{
border-color: #B62E21;
}
.TagClassName
{
border-color: #B62E21;
}
</style>