Shades of Fire Brick #A21F08
Tints of Fire Brick #A21F08
RGB
CMYK
RGB Variations
Color information
#A21F08 (or 0xA21F08) is known color: Fire Brick. HEX triplet: A2, 1F and 08. RGB value is (162,31,8). Sum of RGB (Red+Green+Blue) = 162+31+8=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F08 is #5DE0F7. Grayscale: #434343. Windows color (decimal): -6152440 or 532386. OLE color: 532386.
HSL color Cylindrical-coordinate representation of color #A21F08: hue angle of 8.96º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A21F08 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.36 |
| HSL | 8.96º | 0.91% | 0.33% | - |
| HSV(B) | 8.96º | 0.95% | 0.64% | - |
| XYZ | 15.43 | 8.68 | 1.09 | - |
| YUV | 67.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 8 | 0 | 0.81 | 0.95 | 0.36 | 8.96 | 0.91 | 0.33 |
| Hex | A2 | 1F | 8 | 0 | 51 | 5F | 24 | 9 | 5B | 21 |
| Octal | 242 | 37 | 10 | 0 | 121 | 137 | 44 | 11 | 133 | 41 |
| Binary | 10100010 | 11111 | 1000 | 0 | 1010001 | 1011111 | 100100 | 1001 | 1011011 | 100001 |
Color Harmonies of #A21F08
Complementary color
Monochromatic Colors of #A21F08
Black with #A21F08
Text Example
Text Example
White with #A21F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F08; }
p { color: rgb(162,31,8); }
H1.HeaderClassName
{
color: #A21F08;
}
.AnyTagClassName
{
color: #A21F08;
}
</style>
background-color css
<style>
a { background-color: #A21F08; }
a { background-color: rgb(162,31,8); }
div.DivClassName
{
background-color: #A21F08;
}
.BgClassName
{
background-color: #A21F08;
}
</style>
border-color css
<style>
span { border-color: #A21F08; }
span { border-color: rgb(162,31,8); }
td.TdClassName
{
border-color: #A21F08;
}
.TagClassName
{
border-color: #A21F08;
}
</style>