Shades of Fire Brick #A41C1B
Tints of Fire Brick #A41C1B
RGB
CMYK
RGB Variations
Color information
#A41C1B (or 0xA41C1B) is known color: Fire Brick. HEX triplet: A4, 1C and 1B. RGB value is (164,28,27). Sum of RGB (Red+Green+Blue) = 164+28+27=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C1B is #5BE3E4. Grayscale: #444444. Windows color (decimal): -6022117 or 1776804. OLE color: 1776804.
HSL color Cylindrical-coordinate representation of color #A41C1B: hue angle of 0.44º 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 #A41C1B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 27 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.36 |
| HSL | 0.44º | 0.72% | 0.37% | - |
| HSV(B) | 0.44º | 0.84% | 0.64% | - |
| XYZ | 15.92 | 8.8 | 1.9 | - |
| YUV | 68.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 27 | 0 | 0.83 | 0.84 | 0.36 | 0.44 | 0.72 | 0.37 |
| Hex | A4 | 1C | 1B | 0 | 53 | 54 | 24 | 0 | 48 | 25 |
| Octal | 244 | 34 | 33 | 0 | 123 | 124 | 44 | 0 | 110 | 45 |
| Binary | 10100100 | 11100 | 11011 | 0 | 1010011 | 1010100 | 100100 | 0 | 1001000 | 100101 |
Color Harmonies of #A41C1B
Complementary color
Monochromatic Colors of #A41C1B
Black with #A41C1B
Text Example
Text Example
White with #A41C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C1B; }
p { color: rgb(164,28,27); }
H1.HeaderClassName
{
color: #A41C1B;
}
.AnyTagClassName
{
color: #A41C1B;
}
</style>
background-color css
<style>
a { background-color: #A41C1B; }
a { background-color: rgb(164,28,27); }
div.DivClassName
{
background-color: #A41C1B;
}
.BgClassName
{
background-color: #A41C1B;
}
</style>
border-color css
<style>
span { border-color: #A41C1B; }
span { border-color: rgb(164,28,27); }
td.TdClassName
{
border-color: #A41C1B;
}
.TagClassName
{
border-color: #A41C1B;
}
</style>