Shades of Fire Brick #A41607
Tints of Fire Brick #A41607
RGB
CMYK
RGB Variations
Color information
#A41607 (or 0xA41607) is known color: Fire Brick. HEX triplet: A4, 16 and 07. RGB value is (164,22,7). Sum of RGB (Red+Green+Blue) = 164+22+7=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A41607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41607 is #5BE9F8. Grayscale: #3E3E3E. Windows color (decimal): -6023673 or 464548. OLE color: 464548.
HSL color Cylindrical-coordinate representation of color #A41607: hue angle of 5.73º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A41607 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.36 |
| HSL | 5.73º | 0.92% | 0.34% | - |
| HSV(B) | 5.73º | 0.96% | 0.64% | - |
| XYZ | 15.64 | 8.48 | 1.01 | - |
| YUV | 62.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 7 | 0 | 0.87 | 0.96 | 0.36 | 5.73 | 0.92 | 0.34 |
| Hex | A4 | 16 | 7 | 0 | 57 | 60 | 24 | 6 | 5C | 22 |
| Octal | 244 | 26 | 7 | 0 | 127 | 140 | 44 | 6 | 134 | 42 |
| Binary | 10100100 | 10110 | 111 | 0 | 1010111 | 1100000 | 100100 | 110 | 1011100 | 100010 |
Color Harmonies of #A41607
Complementary color
Monochromatic Colors of #A41607
Black with #A41607
Text Example
Text Example
White with #A41607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41607; }
p { color: rgb(164,22,7); }
H1.HeaderClassName
{
color: #A41607;
}
.AnyTagClassName
{
color: #A41607;
}
</style>
background-color css
<style>
a { background-color: #A41607; }
a { background-color: rgb(164,22,7); }
div.DivClassName
{
background-color: #A41607;
}
.BgClassName
{
background-color: #A41607;
}
</style>
border-color css
<style>
span { border-color: #A41607; }
span { border-color: rgb(164,22,7); }
td.TdClassName
{
border-color: #A41607;
}
.TagClassName
{
border-color: #A41607;
}
</style>