Shades of Fire Brick #B41A12
Tints of Fire Brick #B41A12
RGB
CMYK
RGB Variations
Color information
#B41A12 (or 0xB41A12) is known color: Fire Brick. HEX triplet: B4, 1A and 12. RGB value is (180,26,18). Sum of RGB (Red+Green+Blue) = 180+26+18=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A12 is #4BE5ED. Grayscale: #474747. Windows color (decimal): -4974062 or 1186484. OLE color: 1186484.
HSL color Cylindrical-coordinate representation of color #B41A12: hue angle of 2.96º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41A12 is Cyan = 0, Magento = 0.86, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 18 | - |
| CMYK | 0 | 0.86 | 0.9 | 0.29 |
| HSL | 2.96º | 0.82% | 0.39% | - |
| HSV(B) | 2.96º | 0.9% | 0.71% | - |
| XYZ | 19.3 | 10.49 | 1.58 | - |
| YUV | 71.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 18 | 0 | 0.86 | 0.9 | 0.29 | 2.96 | 0.82 | 0.39 |
| Hex | B4 | 1A | 12 | 0 | 56 | 5A | 1D | 3 | 52 | 27 |
| Octal | 264 | 32 | 22 | 0 | 126 | 132 | 35 | 3 | 122 | 47 |
| Binary | 10110100 | 11010 | 10010 | 0 | 1010110 | 1011010 | 11101 | 11 | 1010010 | 100111 |
Color Harmonies of #B41A12
Complementary color
Monochromatic Colors of #B41A12
Black with #B41A12
Text Example
Text Example
White with #B41A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A12; }
p { color: rgb(180,26,18); }
H1.HeaderClassName
{
color: #B41A12;
}
.AnyTagClassName
{
color: #B41A12;
}
</style>
background-color css
<style>
a { background-color: #B41A12; }
a { background-color: rgb(180,26,18); }
div.DivClassName
{
background-color: #B41A12;
}
.BgClassName
{
background-color: #B41A12;
}
</style>
border-color css
<style>
span { border-color: #B41A12; }
span { border-color: rgb(180,26,18); }
td.TdClassName
{
border-color: #B41A12;
}
.TagClassName
{
border-color: #B41A12;
}
</style>