Shades of Fire Brick #A61D1B
Tints of Fire Brick #A61D1B
RGB
CMYK
RGB Variations
Color information
#A61D1B (or 0xA61D1B) is known color: Fire Brick. HEX triplet: A6, 1D and 1B. RGB value is (166,29,27). Sum of RGB (Red+Green+Blue) = 166+29+27=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D1B is #59E2E4. Grayscale: #454545. Windows color (decimal): -5890789 or 1777062. OLE color: 1777062.
HSL color Cylindrical-coordinate representation of color #A61D1B: hue angle of 0.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61D1B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 27 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.35 |
| HSL | 0.86º | 0.72% | 0.38% | - |
| HSV(B) | 0.86º | 0.84% | 0.65% | - |
| XYZ | 16.36 | 9.06 | 1.92 | - |
| YUV | 69.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 27 | 0 | 0.83 | 0.84 | 0.35 | 0.86 | 0.72 | 0.38 |
| Hex | A6 | 1D | 1B | 0 | 53 | 54 | 23 | 1 | 48 | 26 |
| Octal | 246 | 35 | 33 | 0 | 123 | 124 | 43 | 1 | 110 | 46 |
| Binary | 10100110 | 11101 | 11011 | 0 | 1010011 | 1010100 | 100011 | 1 | 1001000 | 100110 |
Color Harmonies of #A61D1B
Complementary color
Monochromatic Colors of #A61D1B
Black with #A61D1B
Text Example
Text Example
White with #A61D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D1B; }
p { color: rgb(166,29,27); }
H1.HeaderClassName
{
color: #A61D1B;
}
.AnyTagClassName
{
color: #A61D1B;
}
</style>
background-color css
<style>
a { background-color: #A61D1B; }
a { background-color: rgb(166,29,27); }
div.DivClassName
{
background-color: #A61D1B;
}
.BgClassName
{
background-color: #A61D1B;
}
</style>
border-color css
<style>
span { border-color: #A61D1B; }
span { border-color: rgb(166,29,27); }
td.TdClassName
{
border-color: #A61D1B;
}
.TagClassName
{
border-color: #A61D1B;
}
</style>