Shades of Fire Brick #B4260D
Tints of Fire Brick #B4260D
RGB
CMYK
RGB Variations
Color information
#B4260D (or 0xB4260D) is known color: Fire Brick. HEX triplet: B4, 26 and 0D. RGB value is (180,38,13). Sum of RGB (Red+Green+Blue) = 180+38+13=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B4260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4260D is #4BD9F2. Grayscale: #4D4D4D. Windows color (decimal): -4970995 or 861876. OLE color: 861876.
HSL color Cylindrical-coordinate representation of color #B4260D: hue angle of 8.98º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4260D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.29 |
| HSL | 8.98º | 0.87% | 0.38% | - |
| HSV(B) | 8.98º | 0.93% | 0.71% | - |
| XYZ | 19.59 | 11.12 | 1.49 | - |
| YUV | 77.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 13 | 0 | 0.79 | 0.93 | 0.29 | 8.98 | 0.87 | 0.38 |
| Hex | B4 | 26 | D | 0 | 4F | 5D | 1D | 9 | 57 | 26 |
| Octal | 264 | 46 | 15 | 0 | 117 | 135 | 35 | 11 | 127 | 46 |
| Binary | 10110100 | 100110 | 1101 | 0 | 1001111 | 1011101 | 11101 | 1001 | 1010111 | 100110 |
Color Harmonies of #B4260D
Complementary color
Monochromatic Colors of #B4260D
Black with #B4260D
Text Example
Text Example
White with #B4260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4260D; }
p { color: rgb(180,38,13); }
H1.HeaderClassName
{
color: #B4260D;
}
.AnyTagClassName
{
color: #B4260D;
}
</style>
background-color css
<style>
a { background-color: #B4260D; }
a { background-color: rgb(180,38,13); }
div.DivClassName
{
background-color: #B4260D;
}
.BgClassName
{
background-color: #B4260D;
}
</style>
border-color css
<style>
span { border-color: #B4260D; }
span { border-color: rgb(180,38,13); }
td.TdClassName
{
border-color: #B4260D;
}
.TagClassName
{
border-color: #B4260D;
}
</style>