Shades of Fire Brick #A0270D
Tints of Fire Brick #A0270D
RGB
CMYK
RGB Variations
Color information
#A0270D (or 0xA0270D) is known color: Fire Brick. HEX triplet: A0, 27 and 0D. RGB value is (160,39,13). Sum of RGB (Red+Green+Blue) = 160+39+13=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A0270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0270D is #5FD8F2. Grayscale: #484848. Windows color (decimal): -6281459 or 862112. OLE color: 862112.
HSL color Cylindrical-coordinate representation of color #A0270D: hue angle of 10.61º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0270D is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 13 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.37 |
| HSL | 10.61º | 0.85% | 0.34% | - |
| HSV(B) | 10.61º | 0.92% | 0.63% | - |
| XYZ | 15.3 | 8.95 | 1.3 | - |
| YUV | 72.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 13 | 0 | 0.76 | 0.92 | 0.37 | 10.61 | 0.85 | 0.34 |
| Hex | A0 | 27 | D | 0 | 4C | 5C | 25 | B | 55 | 22 |
| Octal | 240 | 47 | 15 | 0 | 114 | 134 | 45 | 13 | 125 | 42 |
| Binary | 10100000 | 100111 | 1101 | 0 | 1001100 | 1011100 | 100101 | 1011 | 1010101 | 100010 |
Color Harmonies of #A0270D
Complementary color
Monochromatic Colors of #A0270D
Black with #A0270D
Text Example
Text Example
White with #A0270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0270D; }
p { color: rgb(160,39,13); }
H1.HeaderClassName
{
color: #A0270D;
}
.AnyTagClassName
{
color: #A0270D;
}
</style>
background-color css
<style>
a { background-color: #A0270D; }
a { background-color: rgb(160,39,13); }
div.DivClassName
{
background-color: #A0270D;
}
.BgClassName
{
background-color: #A0270D;
}
</style>
border-color css
<style>
span { border-color: #A0270D; }
span { border-color: rgb(160,39,13); }
td.TdClassName
{
border-color: #A0270D;
}
.TagClassName
{
border-color: #A0270D;
}
</style>