Shades of Fire Brick #A42D12
Tints of Fire Brick #A42D12
RGB
CMYK
RGB Variations
Color information
#A42D12 (or 0xA42D12) is known color: Fire Brick. HEX triplet: A4, 2D and 12. RGB value is (164,45,18). Sum of RGB (Red+Green+Blue) = 164+45+18=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D12 is #5BD2ED. Grayscale: #4D4D4D. Windows color (decimal): -6017774 or 1191332. OLE color: 1191332.
HSL color Cylindrical-coordinate representation of color #A42D12: hue angle of 11.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A42D12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 18 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.36 |
| HSL | 11.1º | 0.8% | 0.36% | - |
| HSV(B) | 11.1º | 0.89% | 0.64% | - |
| XYZ | 16.36 | 9.81 | 1.6 | - |
| YUV | 77.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 18 | 0 | 0.73 | 0.89 | 0.36 | 11.1 | 0.8 | 0.36 |
| Hex | A4 | 2D | 12 | 0 | 49 | 59 | 24 | B | 50 | 24 |
| Octal | 244 | 55 | 22 | 0 | 111 | 131 | 44 | 13 | 120 | 44 |
| Binary | 10100100 | 101101 | 10010 | 0 | 1001001 | 1011001 | 100100 | 1011 | 1010000 | 100100 |
Color Harmonies of #A42D12
Complementary color
Monochromatic Colors of #A42D12
Black with #A42D12
Text Example
Text Example
White with #A42D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D12; }
p { color: rgb(164,45,18); }
H1.HeaderClassName
{
color: #A42D12;
}
.AnyTagClassName
{
color: #A42D12;
}
</style>
background-color css
<style>
a { background-color: #A42D12; }
a { background-color: rgb(164,45,18); }
div.DivClassName
{
background-color: #A42D12;
}
.BgClassName
{
background-color: #A42D12;
}
</style>
border-color css
<style>
span { border-color: #A42D12; }
span { border-color: rgb(164,45,18); }
td.TdClassName
{
border-color: #A42D12;
}
.TagClassName
{
border-color: #A42D12;
}
</style>