Shades of Fire Brick #A41C08
Tints of Fire Brick #A41C08
RGB
CMYK
RGB Variations
Color information
#A41C08 (or 0xA41C08) is known color: Fire Brick. HEX triplet: A4, 1C and 08. RGB value is (164,28,8). Sum of RGB (Red+Green+Blue) = 164+28+8=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C08 is #5BE3F7. Grayscale: #424242. Windows color (decimal): -6022136 or 531620. OLE color: 531620.
HSL color Cylindrical-coordinate representation of color #A41C08: hue angle of 7.69º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A41C08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 8 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.36 |
| HSL | 7.69º | 0.91% | 0.34% | - |
| HSV(B) | 7.69º | 0.95% | 0.64% | - |
| XYZ | 15.77 | 8.74 | 1.09 | - |
| YUV | 66.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 8 | 0 | 0.83 | 0.95 | 0.36 | 7.69 | 0.91 | 0.34 |
| Hex | A4 | 1C | 8 | 0 | 53 | 5F | 24 | 8 | 5B | 22 |
| Octal | 244 | 34 | 10 | 0 | 123 | 137 | 44 | 10 | 133 | 42 |
| Binary | 10100100 | 11100 | 1000 | 0 | 1010011 | 1011111 | 100100 | 1000 | 1011011 | 100010 |
Color Harmonies of #A41C08
Complementary color
Monochromatic Colors of #A41C08
Black with #A41C08
Text Example
Text Example
White with #A41C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C08; }
p { color: rgb(164,28,8); }
H1.HeaderClassName
{
color: #A41C08;
}
.AnyTagClassName
{
color: #A41C08;
}
</style>
background-color css
<style>
a { background-color: #A41C08; }
a { background-color: rgb(164,28,8); }
div.DivClassName
{
background-color: #A41C08;
}
.BgClassName
{
background-color: #A41C08;
}
</style>
border-color css
<style>
span { border-color: #A41C08; }
span { border-color: rgb(164,28,8); }
td.TdClassName
{
border-color: #A41C08;
}
.TagClassName
{
border-color: #A41C08;
}
</style>