Shades of Fire Brick #A41608
Tints of Fire Brick #A41608
RGB
CMYK
RGB Variations
Color information
#A41608 (or 0xA41608) is known color: Fire Brick. HEX triplet: A4, 16 and 08. RGB value is (164,22,8). Sum of RGB (Red+Green+Blue) = 164+22+8=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A41608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41608 is #5BE9F7. Grayscale: #3F3F3F. Windows color (decimal): -6023672 or 530084. OLE color: 530084.
HSL color Cylindrical-coordinate representation of color #A41608: hue angle of 5.38º 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 #A41608 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 8 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.36 |
| HSL | 5.38º | 0.91% | 0.34% | - |
| HSV(B) | 5.38º | 0.95% | 0.64% | - |
| XYZ | 15.64 | 8.48 | 1.04 | - |
| YUV | 62.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 8 | 0 | 0.87 | 0.95 | 0.36 | 5.38 | 0.91 | 0.34 |
| Hex | A4 | 16 | 8 | 0 | 57 | 5F | 24 | 5 | 5B | 22 |
| Octal | 244 | 26 | 10 | 0 | 127 | 137 | 44 | 5 | 133 | 42 |
| Binary | 10100100 | 10110 | 1000 | 0 | 1010111 | 1011111 | 100100 | 101 | 1011011 | 100010 |
Color Harmonies of #A41608
Complementary color
Monochromatic Colors of #A41608
Black with #A41608
Text Example
Text Example
White with #A41608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41608; }
p { color: rgb(164,22,8); }
H1.HeaderClassName
{
color: #A41608;
}
.AnyTagClassName
{
color: #A41608;
}
</style>
background-color css
<style>
a { background-color: #A41608; }
a { background-color: rgb(164,22,8); }
div.DivClassName
{
background-color: #A41608;
}
.BgClassName
{
background-color: #A41608;
}
</style>
border-color css
<style>
span { border-color: #A41608; }
span { border-color: rgb(164,22,8); }
td.TdClassName
{
border-color: #A41608;
}
.TagClassName
{
border-color: #A41608;
}
</style>