Shades of Fire Brick #B42610
Tints of Fire Brick #B42610
RGB
CMYK
RGB Variations
Color information
#B42610 (or 0xB42610) is known color: Fire Brick. HEX triplet: B4, 26 and 10. RGB value is (180,38,16). Sum of RGB (Red+Green+Blue) = 180+38+16=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42610 is #4BD9EF. Grayscale: #4E4E4E. Windows color (decimal): -4970992 or 1058484. OLE color: 1058484.
HSL color Cylindrical-coordinate representation of color #B42610: hue angle of 8.05º 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 #B42610 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 16 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.29 |
| HSL | 8.05º | 0.84% | 0.38% | - |
| HSV(B) | 8.05º | 0.91% | 0.71% | - |
| XYZ | 19.61 | 11.13 | 1.6 | - |
| YUV | 77.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 16 | 0 | 0.79 | 0.91 | 0.29 | 8.05 | 0.84 | 0.38 |
| Hex | B4 | 26 | 10 | 0 | 4F | 5B | 1D | 8 | 54 | 26 |
| Octal | 264 | 46 | 20 | 0 | 117 | 133 | 35 | 10 | 124 | 46 |
| Binary | 10110100 | 100110 | 10000 | 0 | 1001111 | 1011011 | 11101 | 1000 | 1010100 | 100110 |
Color Harmonies of #B42610
Complementary color
Monochromatic Colors of #B42610
Black with #B42610
Text Example
Text Example
White with #B42610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42610; }
p { color: rgb(180,38,16); }
H1.HeaderClassName
{
color: #B42610;
}
.AnyTagClassName
{
color: #B42610;
}
</style>
background-color css
<style>
a { background-color: #B42610; }
a { background-color: rgb(180,38,16); }
div.DivClassName
{
background-color: #B42610;
}
.BgClassName
{
background-color: #B42610;
}
</style>
border-color css
<style>
span { border-color: #B42610; }
span { border-color: rgb(180,38,16); }
td.TdClassName
{
border-color: #B42610;
}
.TagClassName
{
border-color: #B42610;
}
</style>