Shades of Fire Brick #B52717
Tints of Fire Brick #B52717
RGB
CMYK
RGB Variations
Color information
#B52717 (or 0xB52717) is known color: Fire Brick. HEX triplet: B5, 27 and 17. RGB value is (181,39,23). Sum of RGB (Red+Green+Blue) = 181+39+23=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B52717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52717 is #4AD8E8. Grayscale: #4F4F4F. Windows color (decimal): -4905193 or 1517493. OLE color: 1517493.
HSL color Cylindrical-coordinate representation of color #B52717: hue angle of 6.08º degrees, saturation: 0.77, 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 #B52717 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 23 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.29 |
| HSL | 6.08º | 0.77% | 0.4% | - |
| HSV(B) | 6.08º | 0.87% | 0.71% | - |
| XYZ | 19.94 | 11.34 | 1.95 | - |
| YUV | 79.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 23 | 0 | 0.78 | 0.87 | 0.29 | 6.08 | 0.77 | 0.4 |
| Hex | B5 | 27 | 17 | 0 | 4E | 57 | 1D | 6 | 4D | 28 |
| Octal | 265 | 47 | 27 | 0 | 116 | 127 | 35 | 6 | 115 | 50 |
| Binary | 10110101 | 100111 | 10111 | 0 | 1001110 | 1010111 | 11101 | 110 | 1001101 | 101000 |
Color Harmonies of #B52717
Complementary color
Monochromatic Colors of #B52717
Black with #B52717
Text Example
Text Example
White with #B52717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52717; }
p { color: rgb(181,39,23); }
H1.HeaderClassName
{
color: #B52717;
}
.AnyTagClassName
{
color: #B52717;
}
</style>
background-color css
<style>
a { background-color: #B52717; }
a { background-color: rgb(181,39,23); }
div.DivClassName
{
background-color: #B52717;
}
.BgClassName
{
background-color: #B52717;
}
</style>
border-color css
<style>
span { border-color: #B52717; }
span { border-color: rgb(181,39,23); }
td.TdClassName
{
border-color: #B52717;
}
.TagClassName
{
border-color: #B52717;
}
</style>