Shades of Fire Brick #A41E1B
Tints of Fire Brick #A41E1B
RGB
CMYK
RGB Variations
Color information
#A41E1B (or 0xA41E1B) is known color: Fire Brick. HEX triplet: A4, 1E and 1B. RGB value is (164,30,27). Sum of RGB (Red+Green+Blue) = 164+30+27=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E1B is #5BE1E4. Grayscale: #454545. Windows color (decimal): -6021605 or 1777316. OLE color: 1777316.
HSL color Cylindrical-coordinate representation of color #A41E1B: hue angle of 1.31º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41E1B is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 27 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.36 |
| HSL | 1.31º | 0.72% | 0.37% | - |
| HSV(B) | 1.31º | 0.84% | 0.64% | - |
| XYZ | 15.97 | 8.9 | 1.91 | - |
| YUV | 69.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 27 | 0 | 0.82 | 0.84 | 0.36 | 1.31 | 0.72 | 0.37 |
| Hex | A4 | 1E | 1B | 0 | 52 | 54 | 24 | 1 | 48 | 25 |
| Octal | 244 | 36 | 33 | 0 | 122 | 124 | 44 | 1 | 110 | 45 |
| Binary | 10100100 | 11110 | 11011 | 0 | 1010010 | 1010100 | 100100 | 1 | 1001000 | 100101 |
Color Harmonies of #A41E1B
Complementary color
Monochromatic Colors of #A41E1B
Black with #A41E1B
Text Example
Text Example
White with #A41E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E1B; }
p { color: rgb(164,30,27); }
H1.HeaderClassName
{
color: #A41E1B;
}
.AnyTagClassName
{
color: #A41E1B;
}
</style>
background-color css
<style>
a { background-color: #A41E1B; }
a { background-color: rgb(164,30,27); }
div.DivClassName
{
background-color: #A41E1B;
}
.BgClassName
{
background-color: #A41E1B;
}
</style>
border-color css
<style>
span { border-color: #A41E1B; }
span { border-color: rgb(164,30,27); }
td.TdClassName
{
border-color: #A41E1B;
}
.TagClassName
{
border-color: #A41E1B;
}
</style>