Shades of Fire Brick #A62418
Tints of Fire Brick #A62418
RGB
CMYK
RGB Variations
Color information
#A62418 (or 0xA62418) is known color: Fire Brick. HEX triplet: A6, 24 and 18. RGB value is (166,36,24). Sum of RGB (Red+Green+Blue) = 166+36+24=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A62418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62418 is #59DBE7. Grayscale: #494949. Windows color (decimal): -5889000 or 1582246. OLE color: 1582246.
HSL color Cylindrical-coordinate representation of color #A62418: hue angle of 5.07º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A62418 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 24 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.35 |
| HSL | 5.07º | 0.75% | 0.37% | - |
| HSV(B) | 5.07º | 0.86% | 0.65% | - |
| XYZ | 16.52 | 9.43 | 1.81 | - |
| YUV | 73.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 24 | 0 | 0.78 | 0.86 | 0.35 | 5.07 | 0.75 | 0.37 |
| Hex | A6 | 24 | 18 | 0 | 4E | 56 | 23 | 5 | 4B | 25 |
| Octal | 246 | 44 | 30 | 0 | 116 | 126 | 43 | 5 | 113 | 45 |
| Binary | 10100110 | 100100 | 11000 | 0 | 1001110 | 1010110 | 100011 | 101 | 1001011 | 100101 |
Color Harmonies of #A62418
Complementary color
Monochromatic Colors of #A62418
Black with #A62418
Text Example
Text Example
White with #A62418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62418; }
p { color: rgb(166,36,24); }
H1.HeaderClassName
{
color: #A62418;
}
.AnyTagClassName
{
color: #A62418;
}
</style>
background-color css
<style>
a { background-color: #A62418; }
a { background-color: rgb(166,36,24); }
div.DivClassName
{
background-color: #A62418;
}
.BgClassName
{
background-color: #A62418;
}
</style>
border-color css
<style>
span { border-color: #A62418; }
span { border-color: rgb(166,36,24); }
td.TdClassName
{
border-color: #A62418;
}
.TagClassName
{
border-color: #A62418;
}
</style>