Shades of Fire Brick #B62212
Tints of Fire Brick #B62212
RGB
CMYK
RGB Variations
Color information
#B62212 (or 0xB62212) is known color: Fire Brick. HEX triplet: B6, 22 and 12. RGB value is (182,34,18). Sum of RGB (Red+Green+Blue) = 182+34+18=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B62212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62212 is #49DDED. Grayscale: #4C4C4C. Windows color (decimal): -4840942 or 1188534. OLE color: 1188534.
HSL color Cylindrical-coordinate representation of color #B62212: hue angle of 5.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B62212 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.29 |
| HSL | 5.85º | 0.82% | 0.39% | - |
| HSV(B) | 5.85º | 0.9% | 0.71% | - |
| XYZ | 19.97 | 11.13 | 1.67 | - |
| YUV | 76.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 18 | 0 | 0.81 | 0.90 | 0.29 | 5.85 | 0.82 | 0.39 |
| Hex | B6 | 22 | 12 | 0 | 51 | 5A | 1D | 6 | 52 | 27 |
| Octal | 266 | 42 | 22 | 0 | 121 | 132 | 35 | 6 | 122 | 47 |
| Binary | 10110110 | 100010 | 10010 | 0 | 1010001 | 1011010 | 11101 | 110 | 1010010 | 100111 |
Color Harmonies of #B62212
Complementary color
Monochromatic Colors of #B62212
Black with #B62212
Text Example
Text Example
White with #B62212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62212; }
p { color: rgb(182,34,18); }
H1.HeaderClassName
{
color: #B62212;
}
.AnyTagClassName
{
color: #B62212;
}
</style>
background-color css
<style>
a { background-color: #B62212; }
a { background-color: rgb(182,34,18); }
div.DivClassName
{
background-color: #B62212;
}
.BgClassName
{
background-color: #B62212;
}
</style>
border-color css
<style>
span { border-color: #B62212; }
span { border-color: rgb(182,34,18); }
td.TdClassName
{
border-color: #B62212;
}
.TagClassName
{
border-color: #B62212;
}
</style>