Shades of Fire Brick #A62214
Tints of Fire Brick #A62214
RGB
CMYK
RGB Variations
Color information
#A62214 (or 0xA62214) is known color: Fire Brick. HEX triplet: A6, 22 and 14. RGB value is (166,34,20). Sum of RGB (Red+Green+Blue) = 166+34+20=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A62214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62214 is #59DDEB. Grayscale: #484848. Windows color (decimal): -5889516 or 1319590. OLE color: 1319590.
HSL color Cylindrical-coordinate representation of color #A62214: hue angle of 5.75º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A62214 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 20 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.35 |
| HSL | 5.75º | 0.78% | 0.36% | - |
| HSV(B) | 5.75º | 0.88% | 0.65% | - |
| XYZ | 16.42 | 9.3 | 1.59 | - |
| YUV | 71.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 20 | 0 | 0.80 | 0.88 | 0.35 | 5.75 | 0.78 | 0.36 |
| Hex | A6 | 22 | 14 | 0 | 50 | 58 | 23 | 6 | 4E | 24 |
| Octal | 246 | 42 | 24 | 0 | 120 | 130 | 43 | 6 | 116 | 44 |
| Binary | 10100110 | 100010 | 10100 | 0 | 1010000 | 1011000 | 100011 | 110 | 1001110 | 100100 |
Color Harmonies of #A62214
Complementary color
Monochromatic Colors of #A62214
Black with #A62214
Text Example
Text Example
White with #A62214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62214; }
p { color: rgb(166,34,20); }
H1.HeaderClassName
{
color: #A62214;
}
.AnyTagClassName
{
color: #A62214;
}
</style>
background-color css
<style>
a { background-color: #A62214; }
a { background-color: rgb(166,34,20); }
div.DivClassName
{
background-color: #A62214;
}
.BgClassName
{
background-color: #A62214;
}
</style>
border-color css
<style>
span { border-color: #A62214; }
span { border-color: rgb(166,34,20); }
td.TdClassName
{
border-color: #A62214;
}
.TagClassName
{
border-color: #A62214;
}
</style>