Shades of Fire Brick #A42315
Tints of Fire Brick #A42315
RGB
CMYK
RGB Variations
Color information
#A42315 (or 0xA42315) is known color: Fire Brick. HEX triplet: A4, 23 and 15. RGB value is (164,35,21). Sum of RGB (Red+Green+Blue) = 164+35+21=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A42315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42315 is #5BDCEA. Grayscale: #484848. Windows color (decimal): -6020331 or 1385380. OLE color: 1385380.
HSL color Cylindrical-coordinate representation of color #A42315: hue angle of 5.87º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A42315 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 21 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.36 |
| HSL | 5.87º | 0.77% | 0.36% | - |
| HSV(B) | 5.87º | 0.87% | 0.64% | - |
| XYZ | 16.05 | 9.15 | 1.63 | - |
| YUV | 71.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 21 | 0 | 0.79 | 0.87 | 0.36 | 5.87 | 0.77 | 0.36 |
| Hex | A4 | 23 | 15 | 0 | 4F | 57 | 24 | 6 | 4D | 24 |
| Octal | 244 | 43 | 25 | 0 | 117 | 127 | 44 | 6 | 115 | 44 |
| Binary | 10100100 | 100011 | 10101 | 0 | 1001111 | 1010111 | 100100 | 110 | 1001101 | 100100 |
Color Harmonies of #A42315
Complementary color
Monochromatic Colors of #A42315
Black with #A42315
Text Example
Text Example
White with #A42315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42315; }
p { color: rgb(164,35,21); }
H1.HeaderClassName
{
color: #A42315;
}
.AnyTagClassName
{
color: #A42315;
}
</style>
background-color css
<style>
a { background-color: #A42315; }
a { background-color: rgb(164,35,21); }
div.DivClassName
{
background-color: #A42315;
}
.BgClassName
{
background-color: #A42315;
}
</style>
border-color css
<style>
span { border-color: #A42315; }
span { border-color: rgb(164,35,21); }
td.TdClassName
{
border-color: #A42315;
}
.TagClassName
{
border-color: #A42315;
}
</style>