Shades of Fire Brick #A8261C
Tints of Fire Brick #A8261C
RGB
CMYK
RGB Variations
Color information
#A8261C (or 0xA8261C) is known color: Fire Brick. HEX triplet: A8, 26 and 1C. RGB value is (168,38,28). Sum of RGB (Red+Green+Blue) = 168+38+28=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8261C is #57D9E3. Grayscale: #4B4B4B. Windows color (decimal): -5757412 or 1844904. OLE color: 1844904.
HSL color Cylindrical-coordinate representation of color #A8261C: hue angle of 4.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8261C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 28 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.34 |
| HSL | 4.29º | 0.71% | 0.38% | - |
| HSV(B) | 4.29º | 0.83% | 0.66% | - |
| XYZ | 17.05 | 9.79 | 2.09 | - |
| YUV | 75.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 28 | 0 | 0.77 | 0.83 | 0.34 | 4.29 | 0.71 | 0.38 |
| Hex | A8 | 26 | 1C | 0 | 4D | 53 | 22 | 4 | 47 | 26 |
| Octal | 250 | 46 | 34 | 0 | 115 | 123 | 42 | 4 | 107 | 46 |
| Binary | 10101000 | 100110 | 11100 | 0 | 1001101 | 1010011 | 100010 | 100 | 1000111 | 100110 |
Color Harmonies of #A8261C
Complementary color
Monochromatic Colors of #A8261C
Black with #A8261C
Text Example
Text Example
White with #A8261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8261C; }
p { color: rgb(168,38,28); }
H1.HeaderClassName
{
color: #A8261C;
}
.AnyTagClassName
{
color: #A8261C;
}
</style>
background-color css
<style>
a { background-color: #A8261C; }
a { background-color: rgb(168,38,28); }
div.DivClassName
{
background-color: #A8261C;
}
.BgClassName
{
background-color: #A8261C;
}
</style>
border-color css
<style>
span { border-color: #A8261C; }
span { border-color: rgb(168,38,28); }
td.TdClassName
{
border-color: #A8261C;
}
.TagClassName
{
border-color: #A8261C;
}
</style>