Shades of Fire Brick #A41B01
Tints of Fire Brick #A41B01
RGB
CMYK
RGB Variations
Color information
#A41B01 (or 0xA41B01) is known color: Fire Brick. HEX triplet: A4, 1B and 01. RGB value is (164,27,1). Sum of RGB (Red+Green+Blue) = 164+27+1=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B01 is #5BE4FE. Grayscale: #414141. Windows color (decimal): -6022399 or 72612. OLE color: 72612.
HSL color Cylindrical-coordinate representation of color #A41B01: hue angle of 9.57º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A41B01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.36 |
| HSL | 9.57º | 0.99% | 0.32% | - |
| HSV(B) | 9.57º | 0.99% | 0.64% | - |
| XYZ | 15.71 | 8.68 | 0.88 | - |
| YUV | 65 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 1 | 0 | 0.84 | 0.99 | 0.36 | 9.57 | 0.99 | 0.32 |
| Hex | A4 | 1B | 1 | 0 | 54 | 63 | 24 | A | 63 | 20 |
| Octal | 244 | 33 | 1 | 0 | 124 | 143 | 44 | 12 | 143 | 40 |
| Binary | 10100100 | 11011 | 1 | 0 | 1010100 | 1100011 | 100100 | 1010 | 1100011 | 100000 |
Color Harmonies of #A41B01
Complementary color
Monochromatic Colors of #A41B01
Black with #A41B01
Text Example
Text Example
White with #A41B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B01; }
p { color: rgb(164,27,1); }
H1.HeaderClassName
{
color: #A41B01;
}
.AnyTagClassName
{
color: #A41B01;
}
</style>
background-color css
<style>
a { background-color: #A41B01; }
a { background-color: rgb(164,27,1); }
div.DivClassName
{
background-color: #A41B01;
}
.BgClassName
{
background-color: #A41B01;
}
</style>
border-color css
<style>
span { border-color: #A41B01; }
span { border-color: rgb(164,27,1); }
td.TdClassName
{
border-color: #A41B01;
}
.TagClassName
{
border-color: #A41B01;
}
</style>