Shades of Fire Brick #A21A08
Tints of Fire Brick #A21A08
RGB
CMYK
RGB Variations
Color information
#A21A08 (or 0xA21A08) is known color: Fire Brick. HEX triplet: A2, 1A and 08. RGB value is (162,26,8). Sum of RGB (Red+Green+Blue) = 162+26+8=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A08 is #5DE5F7. Grayscale: #404040. Windows color (decimal): -6153720 or 531106. OLE color: 531106.
HSL color Cylindrical-coordinate representation of color #A21A08: hue angle of 7.01º 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 #A21A08 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.36 |
| HSL | 7.01º | 0.91% | 0.33% | - |
| HSV(B) | 7.01º | 0.95% | 0.64% | - |
| XYZ | 15.31 | 8.44 | 1.05 | - |
| YUV | 64.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 8 | 0 | 0.84 | 0.95 | 0.36 | 7.01 | 0.91 | 0.33 |
| Hex | A2 | 1A | 8 | 0 | 54 | 5F | 24 | 7 | 5B | 21 |
| Octal | 242 | 32 | 10 | 0 | 124 | 137 | 44 | 7 | 133 | 41 |
| Binary | 10100010 | 11010 | 1000 | 0 | 1010100 | 1011111 | 100100 | 111 | 1011011 | 100001 |
Color Harmonies of #A21A08
Complementary color
Monochromatic Colors of #A21A08
Black with #A21A08
Text Example
Text Example
White with #A21A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A08; }
p { color: rgb(162,26,8); }
H1.HeaderClassName
{
color: #A21A08;
}
.AnyTagClassName
{
color: #A21A08;
}
</style>
background-color css
<style>
a { background-color: #A21A08; }
a { background-color: rgb(162,26,8); }
div.DivClassName
{
background-color: #A21A08;
}
.BgClassName
{
background-color: #A21A08;
}
</style>
border-color css
<style>
span { border-color: #A21A08; }
span { border-color: rgb(162,26,8); }
td.TdClassName
{
border-color: #A21A08;
}
.TagClassName
{
border-color: #A21A08;
}
</style>