Shades of Fire Brick #B62017
Tints of Fire Brick #B62017
RGB
CMYK
RGB Variations
Color information
#B62017 (or 0xB62017) is known color: Fire Brick. HEX triplet: B6, 20 and 17. RGB value is (182,32,23). Sum of RGB (Red+Green+Blue) = 182+32+23=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B62017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62017 is #49DFE8. Grayscale: #4C4C4C. Windows color (decimal): -4841449 or 1515702. OLE color: 1515702.
HSL color Cylindrical-coordinate representation of color #B62017: hue angle of 3.4º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B62017 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 23 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.29 |
| HSL | 3.4º | 0.78% | 0.4% | - |
| HSV(B) | 3.4º | 0.87% | 0.71% | - |
| XYZ | 19.96 | 11.04 | 1.89 | - |
| YUV | 75.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 23 | 0 | 0.82 | 0.87 | 0.29 | 3.4 | 0.78 | 0.4 |
| Hex | B6 | 20 | 17 | 0 | 52 | 57 | 1D | 3 | 4E | 28 |
| Octal | 266 | 40 | 27 | 0 | 122 | 127 | 35 | 3 | 116 | 50 |
| Binary | 10110110 | 100000 | 10111 | 0 | 1010010 | 1010111 | 11101 | 11 | 1001110 | 101000 |
Color Harmonies of #B62017
Complementary color
Monochromatic Colors of #B62017
Black with #B62017
Text Example
Text Example
White with #B62017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62017; }
p { color: rgb(182,32,23); }
H1.HeaderClassName
{
color: #B62017;
}
.AnyTagClassName
{
color: #B62017;
}
</style>
background-color css
<style>
a { background-color: #B62017; }
a { background-color: rgb(182,32,23); }
div.DivClassName
{
background-color: #B62017;
}
.BgClassName
{
background-color: #B62017;
}
</style>
border-color css
<style>
span { border-color: #B62017; }
span { border-color: rgb(182,32,23); }
td.TdClassName
{
border-color: #B62017;
}
.TagClassName
{
border-color: #B62017;
}
</style>