Shades of Fire Brick #A42104
Tints of Fire Brick #A42104
RGB
CMYK
RGB Variations
Color information
#A42104 (or 0xA42104) is known color: Fire Brick. HEX triplet: A4, 21 and 04. RGB value is (164,33,4). Sum of RGB (Red+Green+Blue) = 164+33+4=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A42104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42104 is #5BDEFB. Grayscale: #454545. Windows color (decimal): -6020860 or 270756. OLE color: 270756.
HSL color Cylindrical-coordinate representation of color #A42104: hue angle of 10.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A42104 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.36 |
| HSL | 10.88º | 0.95% | 0.33% | - |
| HSV(B) | 10.88º | 0.98% | 0.64% | - |
| XYZ | 15.88 | 8.99 | 1.01 | - |
| YUV | 68.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 4 | 0 | 0.80 | 0.98 | 0.36 | 10.88 | 0.95 | 0.33 |
| Hex | A4 | 21 | 4 | 0 | 50 | 62 | 24 | B | 5F | 21 |
| Octal | 244 | 41 | 4 | 0 | 120 | 142 | 44 | 13 | 137 | 41 |
| Binary | 10100100 | 100001 | 100 | 0 | 1010000 | 1100010 | 100100 | 1011 | 1011111 | 100001 |
Color Harmonies of #A42104
Complementary color
Monochromatic Colors of #A42104
Black with #A42104
Text Example
Text Example
White with #A42104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42104; }
p { color: rgb(164,33,4); }
H1.HeaderClassName
{
color: #A42104;
}
.AnyTagClassName
{
color: #A42104;
}
</style>
background-color css
<style>
a { background-color: #A42104; }
a { background-color: rgb(164,33,4); }
div.DivClassName
{
background-color: #A42104;
}
.BgClassName
{
background-color: #A42104;
}
</style>
border-color css
<style>
span { border-color: #A42104; }
span { border-color: rgb(164,33,4); }
td.TdClassName
{
border-color: #A42104;
}
.TagClassName
{
border-color: #A42104;
}
</style>