Shades of Fire Brick #A41B02
Tints of Fire Brick #A41B02
RGB
CMYK
RGB Variations
Color information
#A41B02 (or 0xA41B02) is known color: Fire Brick. HEX triplet: A4, 1B and 02. RGB value is (164,27,2). Sum of RGB (Red+Green+Blue) = 164+27+2=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B02 is #5BE4FD. Grayscale: #414141. Windows color (decimal): -6022398 or 138148. OLE color: 138148.
HSL color Cylindrical-coordinate representation of color #A41B02: hue angle of 9.26º 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 #A41B02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.36 |
| HSL | 9.26º | 0.98% | 0.33% | - |
| HSV(B) | 9.26º | 0.99% | 0.64% | - |
| XYZ | 15.71 | 8.68 | 0.9 | - |
| YUV | 65.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 2 | 0 | 0.84 | 0.99 | 0.36 | 9.26 | 0.98 | 0.33 |
| Hex | A4 | 1B | 2 | 0 | 54 | 63 | 24 | 9 | 62 | 21 |
| Octal | 244 | 33 | 2 | 0 | 124 | 143 | 44 | 11 | 142 | 41 |
| Binary | 10100100 | 11011 | 10 | 0 | 1010100 | 1100011 | 100100 | 1001 | 1100010 | 100001 |
Color Harmonies of #A41B02
Complementary color
Monochromatic Colors of #A41B02
Black with #A41B02
Text Example
Text Example
White with #A41B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B02; }
p { color: rgb(164,27,2); }
H1.HeaderClassName
{
color: #A41B02;
}
.AnyTagClassName
{
color: #A41B02;
}
</style>
background-color css
<style>
a { background-color: #A41B02; }
a { background-color: rgb(164,27,2); }
div.DivClassName
{
background-color: #A41B02;
}
.BgClassName
{
background-color: #A41B02;
}
</style>
border-color css
<style>
span { border-color: #A41B02; }
span { border-color: rgb(164,27,2); }
td.TdClassName
{
border-color: #A41B02;
}
.TagClassName
{
border-color: #A41B02;
}
</style>