Shades of Fire Brick #A61D02
Tints of Fire Brick #A61D02
RGB
CMYK
RGB Variations
Color information
#A61D02 (or 0xA61D02) is known color: Fire Brick. HEX triplet: A6, 1D and 02. RGB value is (166,29,2). Sum of RGB (Red+Green+Blue) = 166+29+2=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D02 is #59E2FD. Grayscale: #434343. Windows color (decimal): -5890814 or 138662. OLE color: 138662.
HSL color Cylindrical-coordinate representation of color #A61D02: hue angle of 9.88º 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 #A61D02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.35 |
| HSL | 9.88º | 0.98% | 0.33% | - |
| HSV(B) | 9.88º | 0.99% | 0.65% | - |
| XYZ | 16.18 | 8.99 | 0.94 | - |
| YUV | 66.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 2 | 0 | 0.83 | 0.99 | 0.35 | 9.88 | 0.98 | 0.33 |
| Hex | A6 | 1D | 2 | 0 | 53 | 63 | 23 | A | 62 | 21 |
| Octal | 246 | 35 | 2 | 0 | 123 | 143 | 43 | 12 | 142 | 41 |
| Binary | 10100110 | 11101 | 10 | 0 | 1010011 | 1100011 | 100011 | 1010 | 1100010 | 100001 |
Color Harmonies of #A61D02
Complementary color
Monochromatic Colors of #A61D02
Black with #A61D02
Text Example
Text Example
White with #A61D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D02; }
p { color: rgb(166,29,2); }
H1.HeaderClassName
{
color: #A61D02;
}
.AnyTagClassName
{
color: #A61D02;
}
</style>
background-color css
<style>
a { background-color: #A61D02; }
a { background-color: rgb(166,29,2); }
div.DivClassName
{
background-color: #A61D02;
}
.BgClassName
{
background-color: #A61D02;
}
</style>
border-color css
<style>
span { border-color: #A61D02; }
span { border-color: rgb(166,29,2); }
td.TdClassName
{
border-color: #A61D02;
}
.TagClassName
{
border-color: #A61D02;
}
</style>