Shades of Fire Brick #B62213
Tints of Fire Brick #B62213
RGB
CMYK
RGB Variations
Color information
#B62213 (or 0xB62213) is known color: Fire Brick. HEX triplet: B6, 22 and 13. RGB value is (182,34,19). Sum of RGB (Red+Green+Blue) = 182+34+19=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B62213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62213 is #49DDEC. Grayscale: #4C4C4C. Windows color (decimal): -4840941 or 1254070. OLE color: 1254070.
HSL color Cylindrical-coordinate representation of color #B62213: hue angle of 5.52º degrees, saturation: 0.81, 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 #B62213 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.29 |
| HSL | 5.52º | 0.81% | 0.39% | - |
| HSV(B) | 5.52º | 0.9% | 0.71% | - |
| XYZ | 19.98 | 11.14 | 1.71 | - |
| YUV | 76.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 19 | 0 | 0.81 | 0.90 | 0.29 | 5.52 | 0.81 | 0.39 |
| Hex | B6 | 22 | 13 | 0 | 51 | 5A | 1D | 6 | 51 | 27 |
| Octal | 266 | 42 | 23 | 0 | 121 | 132 | 35 | 6 | 121 | 47 |
| Binary | 10110110 | 100010 | 10011 | 0 | 1010001 | 1011010 | 11101 | 110 | 1010001 | 100111 |
Color Harmonies of #B62213
Complementary color
Monochromatic Colors of #B62213
Black with #B62213
Text Example
Text Example
White with #B62213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62213; }
p { color: rgb(182,34,19); }
H1.HeaderClassName
{
color: #B62213;
}
.AnyTagClassName
{
color: #B62213;
}
</style>
background-color css
<style>
a { background-color: #B62213; }
a { background-color: rgb(182,34,19); }
div.DivClassName
{
background-color: #B62213;
}
.BgClassName
{
background-color: #B62213;
}
</style>
border-color css
<style>
span { border-color: #B62213; }
span { border-color: rgb(182,34,19); }
td.TdClassName
{
border-color: #B62213;
}
.TagClassName
{
border-color: #B62213;
}
</style>