Shades of Fire Brick #A61902
Tints of Fire Brick #A61902
RGB
CMYK
RGB Variations
Color information
#A61902 (or 0xA61902) is known color: Fire Brick. HEX triplet: A6, 19 and 02. RGB value is (166,25,2). Sum of RGB (Red+Green+Blue) = 166+25+2=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A61902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61902 is #59E6FD. Grayscale: #404040. Windows color (decimal): -5891838 or 137638. OLE color: 137638.
HSL color Cylindrical-coordinate representation of color #A61902: hue angle of 8.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A61902 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.35 |
| HSL | 8.41º | 0.98% | 0.33% | - |
| HSV(B) | 8.41º | 0.99% | 0.65% | - |
| XYZ | 16.08 | 8.81 | 0.91 | - |
| YUV | 64.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 2 | 0 | 0.85 | 0.99 | 0.35 | 8.41 | 0.98 | 0.33 |
| Hex | A6 | 19 | 2 | 0 | 55 | 63 | 23 | 8 | 62 | 21 |
| Octal | 246 | 31 | 2 | 0 | 125 | 143 | 43 | 10 | 142 | 41 |
| Binary | 10100110 | 11001 | 10 | 0 | 1010101 | 1100011 | 100011 | 1000 | 1100010 | 100001 |
Color Harmonies of #A61902
Complementary color
Monochromatic Colors of #A61902
Black with #A61902
Text Example
Text Example
White with #A61902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61902; }
p { color: rgb(166,25,2); }
H1.HeaderClassName
{
color: #A61902;
}
.AnyTagClassName
{
color: #A61902;
}
</style>
background-color css
<style>
a { background-color: #A61902; }
a { background-color: rgb(166,25,2); }
div.DivClassName
{
background-color: #A61902;
}
.BgClassName
{
background-color: #A61902;
}
</style>
border-color css
<style>
span { border-color: #A61902; }
span { border-color: rgb(166,25,2); }
td.TdClassName
{
border-color: #A61902;
}
.TagClassName
{
border-color: #A61902;
}
</style>