Shades of Fire Brick #A21F02
Tints of Fire Brick #A21F02
RGB
CMYK
RGB Variations
Color information
#A21F02 (or 0xA21F02) is known color: Fire Brick. HEX triplet: A2, 1F and 02. RGB value is (162,31,2). Sum of RGB (Red+Green+Blue) = 162+31+2=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F02 is #5DE0FD. Grayscale: #434343. Windows color (decimal): -6152446 or 139170. OLE color: 139170.
HSL color Cylindrical-coordinate representation of color #A21F02: hue angle of 10.88º degrees, saturation: 0.98, 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 #A21F02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.36 |
| HSL | 10.88º | 0.98% | 0.32% | - |
| HSV(B) | 10.88º | 0.99% | 0.64% | - |
| XYZ | 15.4 | 8.67 | 0.92 | - |
| YUV | 66.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 2 | 0 | 0.81 | 0.99 | 0.36 | 10.88 | 0.98 | 0.32 |
| Hex | A2 | 1F | 2 | 0 | 51 | 63 | 24 | B | 62 | 20 |
| Octal | 242 | 37 | 2 | 0 | 121 | 143 | 44 | 13 | 142 | 40 |
| Binary | 10100010 | 11111 | 10 | 0 | 1010001 | 1100011 | 100100 | 1011 | 1100010 | 100000 |
Color Harmonies of #A21F02
Complementary color
Monochromatic Colors of #A21F02
Black with #A21F02
Text Example
Text Example
White with #A21F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F02; }
p { color: rgb(162,31,2); }
H1.HeaderClassName
{
color: #A21F02;
}
.AnyTagClassName
{
color: #A21F02;
}
</style>
background-color css
<style>
a { background-color: #A21F02; }
a { background-color: rgb(162,31,2); }
div.DivClassName
{
background-color: #A21F02;
}
.BgClassName
{
background-color: #A21F02;
}
</style>
border-color css
<style>
span { border-color: #A21F02; }
span { border-color: rgb(162,31,2); }
td.TdClassName
{
border-color: #A21F02;
}
.TagClassName
{
border-color: #A21F02;
}
</style>