Shades of Fire Brick #A21E08
Tints of Fire Brick #A21E08
RGB
CMYK
RGB Variations
Color information
#A21E08 (or 0xA21E08) is known color: Fire Brick. HEX triplet: A2, 1E and 08. RGB value is (162,30,8). Sum of RGB (Red+Green+Blue) = 162+30+8=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E08 is #5DE1F7. Grayscale: #434343. Windows color (decimal): -6152696 or 532130. OLE color: 532130.
HSL color Cylindrical-coordinate representation of color #A21E08: hue angle of 8.57º 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 #A21E08 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.36 |
| HSL | 8.57º | 0.91% | 0.33% | - |
| HSV(B) | 8.57º | 0.95% | 0.64% | - |
| XYZ | 15.41 | 8.63 | 1.08 | - |
| YUV | 66.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 8 | 0 | 0.81 | 0.95 | 0.36 | 8.57 | 0.91 | 0.33 |
| Hex | A2 | 1E | 8 | 0 | 51 | 5F | 24 | 9 | 5B | 21 |
| Octal | 242 | 36 | 10 | 0 | 121 | 137 | 44 | 11 | 133 | 41 |
| Binary | 10100010 | 11110 | 1000 | 0 | 1010001 | 1011111 | 100100 | 1001 | 1011011 | 100001 |
Color Harmonies of #A21E08
Complementary color
Monochromatic Colors of #A21E08
Black with #A21E08
Text Example
Text Example
White with #A21E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E08; }
p { color: rgb(162,30,8); }
H1.HeaderClassName
{
color: #A21E08;
}
.AnyTagClassName
{
color: #A21E08;
}
</style>
background-color css
<style>
a { background-color: #A21E08; }
a { background-color: rgb(162,30,8); }
div.DivClassName
{
background-color: #A21E08;
}
.BgClassName
{
background-color: #A21E08;
}
</style>
border-color css
<style>
span { border-color: #A21E08; }
span { border-color: rgb(162,30,8); }
td.TdClassName
{
border-color: #A21E08;
}
.TagClassName
{
border-color: #A21E08;
}
</style>