Shades of Fire Brick #A62A0D
Tints of Fire Brick #A62A0D
RGB
CMYK
RGB Variations
Color information
#A62A0D (or 0xA62A0D) is known color: Fire Brick. HEX triplet: A6, 2A and 0D. RGB value is (166,42,13). Sum of RGB (Red+Green+Blue) = 166+42+13=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A0D is #59D5F2. Grayscale: #4C4C4C. Windows color (decimal): -5887475 or 862886. OLE color: 862886.
HSL color Cylindrical-coordinate representation of color #A62A0D: hue angle of 11.37º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A62A0D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.35 |
| HSL | 11.37º | 0.85% | 0.35% | - |
| HSV(B) | 11.37º | 0.92% | 0.65% | - |
| XYZ | 16.63 | 9.79 | 1.39 | - |
| YUV | 75.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 13 | 0 | 0.75 | 0.92 | 0.35 | 11.37 | 0.85 | 0.35 |
| Hex | A6 | 2A | D | 0 | 4B | 5C | 23 | B | 55 | 23 |
| Octal | 246 | 52 | 15 | 0 | 113 | 134 | 43 | 13 | 125 | 43 |
| Binary | 10100110 | 101010 | 1101 | 0 | 1001011 | 1011100 | 100011 | 1011 | 1010101 | 100011 |
Color Harmonies of #A62A0D
Complementary color
Monochromatic Colors of #A62A0D
Black with #A62A0D
Text Example
Text Example
White with #A62A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A0D; }
p { color: rgb(166,42,13); }
H1.HeaderClassName
{
color: #A62A0D;
}
.AnyTagClassName
{
color: #A62A0D;
}
</style>
background-color css
<style>
a { background-color: #A62A0D; }
a { background-color: rgb(166,42,13); }
div.DivClassName
{
background-color: #A62A0D;
}
.BgClassName
{
background-color: #A62A0D;
}
</style>
border-color css
<style>
span { border-color: #A62A0D; }
span { border-color: rgb(166,42,13); }
td.TdClassName
{
border-color: #A62A0D;
}
.TagClassName
{
border-color: #A62A0D;
}
</style>