Shades of Fire Brick #A82A1C
Tints of Fire Brick #A82A1C
RGB
CMYK
RGB Variations
Color information
#A82A1C (or 0xA82A1C) is known color: Fire Brick. HEX triplet: A8, 2A and 1C. RGB value is (168,42,28). Sum of RGB (Red+Green+Blue) = 168+42+28=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A1C is #57D5E3. Grayscale: #4E4E4E. Windows color (decimal): -5756388 or 1845928. OLE color: 1845928.
HSL color Cylindrical-coordinate representation of color #A82A1C: hue angle of 6º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A82A1C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 28 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.34 |
| HSL | 6º | 0.71% | 0.38% | - |
| HSV(B) | 6º | 0.83% | 0.66% | - |
| XYZ | 17.19 | 10.06 | 2.14 | - |
| YUV | 78.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 28 | 0 | 0.75 | 0.83 | 0.34 | 6 | 0.71 | 0.38 |
| Hex | A8 | 2A | 1C | 0 | 4B | 53 | 22 | 6 | 47 | 26 |
| Octal | 250 | 52 | 34 | 0 | 113 | 123 | 42 | 6 | 107 | 46 |
| Binary | 10101000 | 101010 | 11100 | 0 | 1001011 | 1010011 | 100010 | 110 | 1000111 | 100110 |
Color Harmonies of #A82A1C
Complementary color
Monochromatic Colors of #A82A1C
Black with #A82A1C
Text Example
Text Example
White with #A82A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A1C; }
p { color: rgb(168,42,28); }
H1.HeaderClassName
{
color: #A82A1C;
}
.AnyTagClassName
{
color: #A82A1C;
}
</style>
background-color css
<style>
a { background-color: #A82A1C; }
a { background-color: rgb(168,42,28); }
div.DivClassName
{
background-color: #A82A1C;
}
.BgClassName
{
background-color: #A82A1C;
}
</style>
border-color css
<style>
span { border-color: #A82A1C; }
span { border-color: rgb(168,42,28); }
td.TdClassName
{
border-color: #A82A1C;
}
.TagClassName
{
border-color: #A82A1C;
}
</style>