Shades of Fire Brick #A02018
Tints of Fire Brick #A02018
RGB
CMYK
RGB Variations
Color information
#A02018 (or 0xA02018) is known color: Fire Brick. HEX triplet: A0, 20 and 18. RGB value is (160,32,24). Sum of RGB (Red+Green+Blue) = 160+32+24=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A02018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02018 is #5FDFE7. Grayscale: #454545. Windows color (decimal): -6283240 or 1581216. OLE color: 1581216.
HSL color Cylindrical-coordinate representation of color #A02018: hue angle of 3.53º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A02018 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 24 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.37 |
| HSL | 3.53º | 0.74% | 0.36% | - |
| HSV(B) | 3.53º | 0.85% | 0.63% | - |
| XYZ | 15.18 | 8.57 | 1.72 | - |
| YUV | 69.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 24 | 0 | 0.80 | 0.85 | 0.37 | 3.53 | 0.74 | 0.36 |
| Hex | A0 | 20 | 18 | 0 | 50 | 55 | 25 | 4 | 4A | 24 |
| Octal | 240 | 40 | 30 | 0 | 120 | 125 | 45 | 4 | 112 | 44 |
| Binary | 10100000 | 100000 | 11000 | 0 | 1010000 | 1010101 | 100101 | 100 | 1001010 | 100100 |
Color Harmonies of #A02018
Complementary color
Monochromatic Colors of #A02018
Black with #A02018
Text Example
Text Example
White with #A02018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02018; }
p { color: rgb(160,32,24); }
H1.HeaderClassName
{
color: #A02018;
}
.AnyTagClassName
{
color: #A02018;
}
</style>
background-color css
<style>
a { background-color: #A02018; }
a { background-color: rgb(160,32,24); }
div.DivClassName
{
background-color: #A02018;
}
.BgClassName
{
background-color: #A02018;
}
</style>
border-color css
<style>
span { border-color: #A02018; }
span { border-color: rgb(160,32,24); }
td.TdClassName
{
border-color: #A02018;
}
.TagClassName
{
border-color: #A02018;
}
</style>