Shades of Fire Brick #B42713
Tints of Fire Brick #B42713
RGB
CMYK
RGB Variations
Color information
#B42713 (or 0xB42713) is known color: Fire Brick. HEX triplet: B4, 27 and 13. RGB value is (180,39,19). Sum of RGB (Red+Green+Blue) = 180+39+19=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42713 is #4BD8EC. Grayscale: #4F4F4F. Windows color (decimal): -4970733 or 1255348. OLE color: 1255348.
HSL color Cylindrical-coordinate representation of color #B42713: hue angle of 7.45º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B42713 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.29 |
| HSL | 7.45º | 0.81% | 0.39% | - |
| HSV(B) | 7.45º | 0.89% | 0.71% | - |
| XYZ | 19.67 | 11.2 | 1.74 | - |
| YUV | 78.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 19 | 0 | 0.78 | 0.89 | 0.29 | 7.45 | 0.81 | 0.39 |
| Hex | B4 | 27 | 13 | 0 | 4E | 59 | 1D | 7 | 51 | 27 |
| Octal | 264 | 47 | 23 | 0 | 116 | 131 | 35 | 7 | 121 | 47 |
| Binary | 10110100 | 100111 | 10011 | 0 | 1001110 | 1011001 | 11101 | 111 | 1010001 | 100111 |
Color Harmonies of #B42713
Complementary color
Monochromatic Colors of #B42713
Black with #B42713
Text Example
Text Example
White with #B42713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42713; }
p { color: rgb(180,39,19); }
H1.HeaderClassName
{
color: #B42713;
}
.AnyTagClassName
{
color: #B42713;
}
</style>
background-color css
<style>
a { background-color: #B42713; }
a { background-color: rgb(180,39,19); }
div.DivClassName
{
background-color: #B42713;
}
.BgClassName
{
background-color: #B42713;
}
</style>
border-color css
<style>
span { border-color: #B42713; }
span { border-color: rgb(180,39,19); }
td.TdClassName
{
border-color: #B42713;
}
.TagClassName
{
border-color: #B42713;
}
</style>