Shades of Fire Brick #A41D02
Tints of Fire Brick #A41D02
RGB
CMYK
RGB Variations
Color information
#A41D02 (or 0xA41D02) is known color: Fire Brick. HEX triplet: A4, 1D and 02. RGB value is (164,29,2). Sum of RGB (Red+Green+Blue) = 164+29+2=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D02 is #5BE2FD. Grayscale: #424242. Windows color (decimal): -6021886 or 138660. OLE color: 138660.
HSL color Cylindrical-coordinate representation of color #A41D02: hue angle of 10º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A41D02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.36 |
| HSL | 10º | 0.98% | 0.33% | - |
| HSV(B) | 10º | 0.99% | 0.64% | - |
| XYZ | 15.76 | 8.78 | 0.92 | - |
| YUV | 66.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 2 | 0 | 0.82 | 0.99 | 0.36 | 10 | 0.98 | 0.33 |
| Hex | A4 | 1D | 2 | 0 | 52 | 63 | 24 | A | 62 | 21 |
| Octal | 244 | 35 | 2 | 0 | 122 | 143 | 44 | 12 | 142 | 41 |
| Binary | 10100100 | 11101 | 10 | 0 | 1010010 | 1100011 | 100100 | 1010 | 1100010 | 100001 |
Color Harmonies of #A41D02
Complementary color
Monochromatic Colors of #A41D02
Black with #A41D02
Text Example
Text Example
White with #A41D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D02; }
p { color: rgb(164,29,2); }
H1.HeaderClassName
{
color: #A41D02;
}
.AnyTagClassName
{
color: #A41D02;
}
</style>
background-color css
<style>
a { background-color: #A41D02; }
a { background-color: rgb(164,29,2); }
div.DivClassName
{
background-color: #A41D02;
}
.BgClassName
{
background-color: #A41D02;
}
</style>
border-color css
<style>
span { border-color: #A41D02; }
span { border-color: rgb(164,29,2); }
td.TdClassName
{
border-color: #A41D02;
}
.TagClassName
{
border-color: #A41D02;
}
</style>