Shades of Fire Brick #A21708
Tints of Fire Brick #A21708
RGB
CMYK
RGB Variations
Color information
#A21708 (or 0xA21708) is known color: Fire Brick. HEX triplet: A2, 17 and 08. RGB value is (162,23,8). Sum of RGB (Red+Green+Blue) = 162+23+8=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A21708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21708 is #5DE8F7. Grayscale: #3F3F3F. Windows color (decimal): -6154488 or 530338. OLE color: 530338.
HSL color Cylindrical-coordinate representation of color #A21708: hue angle of 5.84º 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 #A21708 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 8 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.36 |
| HSL | 5.84º | 0.91% | 0.33% | - |
| HSV(B) | 5.84º | 0.95% | 0.64% | - |
| XYZ | 15.25 | 8.31 | 1.03 | - |
| YUV | 62.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 8 | 0 | 0.86 | 0.95 | 0.36 | 5.84 | 0.91 | 0.33 |
| Hex | A2 | 17 | 8 | 0 | 56 | 5F | 24 | 6 | 5B | 21 |
| Octal | 242 | 27 | 10 | 0 | 126 | 137 | 44 | 6 | 133 | 41 |
| Binary | 10100010 | 10111 | 1000 | 0 | 1010110 | 1011111 | 100100 | 110 | 1011011 | 100001 |
Color Harmonies of #A21708
Complementary color
Monochromatic Colors of #A21708
Black with #A21708
Text Example
Text Example
White with #A21708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21708; }
p { color: rgb(162,23,8); }
H1.HeaderClassName
{
color: #A21708;
}
.AnyTagClassName
{
color: #A21708;
}
</style>
background-color css
<style>
a { background-color: #A21708; }
a { background-color: rgb(162,23,8); }
div.DivClassName
{
background-color: #A21708;
}
.BgClassName
{
background-color: #A21708;
}
</style>
border-color css
<style>
span { border-color: #A21708; }
span { border-color: rgb(162,23,8); }
td.TdClassName
{
border-color: #A21708;
}
.TagClassName
{
border-color: #A21708;
}
</style>