Shades of Fire Brick #B41C0A
Tints of Fire Brick #B41C0A
RGB
CMYK
RGB Variations
Color information
#B41C0A (or 0xB41C0A) is known color: Fire Brick. HEX triplet: B4, 1C and 0A. RGB value is (180,28,10). Sum of RGB (Red+Green+Blue) = 180+28+10=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41C0A is #4BE3F5. Grayscale: #474747. Windows color (decimal): -4973558 or 662708. OLE color: 662708.
HSL color Cylindrical-coordinate representation of color #B41C0A: hue angle of 6.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B41C0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 10 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.29 |
| HSL | 6.35º | 0.89% | 0.37% | - |
| HSV(B) | 6.35º | 0.94% | 0.71% | - |
| XYZ | 19.29 | 10.56 | 1.31 | - |
| YUV | 71.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 10 | 0 | 0.84 | 0.94 | 0.29 | 6.35 | 0.89 | 0.37 |
| Hex | B4 | 1C | A | 0 | 54 | 5E | 1D | 6 | 59 | 25 |
| Octal | 264 | 34 | 12 | 0 | 124 | 136 | 35 | 6 | 131 | 45 |
| Binary | 10110100 | 11100 | 1010 | 0 | 1010100 | 1011110 | 11101 | 110 | 1011001 | 100101 |
Color Harmonies of #B41C0A
Complementary color
Monochromatic Colors of #B41C0A
Black with #B41C0A
Text Example
Text Example
White with #B41C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C0A; }
p { color: rgb(180,28,10); }
H1.HeaderClassName
{
color: #B41C0A;
}
.AnyTagClassName
{
color: #B41C0A;
}
</style>
background-color css
<style>
a { background-color: #B41C0A; }
a { background-color: rgb(180,28,10); }
div.DivClassName
{
background-color: #B41C0A;
}
.BgClassName
{
background-color: #B41C0A;
}
</style>
border-color css
<style>
span { border-color: #B41C0A; }
span { border-color: rgb(180,28,10); }
td.TdClassName
{
border-color: #B41C0A;
}
.TagClassName
{
border-color: #B41C0A;
}
</style>