Shades of Fire Brick #B42710
Tints of Fire Brick #B42710
RGB
CMYK
RGB Variations
Color information
#B42710 (or 0xB42710) is known color: Fire Brick. HEX triplet: B4, 27 and 10. RGB value is (180,39,16). Sum of RGB (Red+Green+Blue) = 180+39+16=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B42710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42710 is #4BD8EF. Grayscale: #4E4E4E. Windows color (decimal): -4970736 or 1058740. OLE color: 1058740.
HSL color Cylindrical-coordinate representation of color #B42710: hue angle of 8.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B42710 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.29 |
| HSL | 8.41º | 0.84% | 0.38% | - |
| HSV(B) | 8.41º | 0.91% | 0.71% | - |
| XYZ | 19.64 | 11.19 | 1.62 | - |
| YUV | 78.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 16 | 0 | 0.78 | 0.91 | 0.29 | 8.41 | 0.84 | 0.38 |
| Hex | B4 | 27 | 10 | 0 | 4E | 5B | 1D | 8 | 54 | 26 |
| Octal | 264 | 47 | 20 | 0 | 116 | 133 | 35 | 10 | 124 | 46 |
| Binary | 10110100 | 100111 | 10000 | 0 | 1001110 | 1011011 | 11101 | 1000 | 1010100 | 100110 |
Color Harmonies of #B42710
Complementary color
Monochromatic Colors of #B42710
Black with #B42710
Text Example
Text Example
White with #B42710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42710; }
p { color: rgb(180,39,16); }
H1.HeaderClassName
{
color: #B42710;
}
.AnyTagClassName
{
color: #B42710;
}
</style>
background-color css
<style>
a { background-color: #B42710; }
a { background-color: rgb(180,39,16); }
div.DivClassName
{
background-color: #B42710;
}
.BgClassName
{
background-color: #B42710;
}
</style>
border-color css
<style>
span { border-color: #B42710; }
span { border-color: rgb(180,39,16); }
td.TdClassName
{
border-color: #B42710;
}
.TagClassName
{
border-color: #B42710;
}
</style>