Shades of Fire Brick #A62408
Tints of Fire Brick #A62408
RGB
CMYK
RGB Variations
Color information
#A62408 (or 0xA62408) is known color: Fire Brick. HEX triplet: A6, 24 and 08. RGB value is (166,36,8). Sum of RGB (Red+Green+Blue) = 166+36+8=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A62408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62408 is #59DBF7. Grayscale: #474747. Windows color (decimal): -5889016 or 533670. OLE color: 533670.
HSL color Cylindrical-coordinate representation of color #A62408: hue angle of 10.63º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A62408 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 8 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.35 |
| HSL | 10.63º | 0.91% | 0.34% | - |
| HSV(B) | 10.63º | 0.95% | 0.65% | - |
| XYZ | 16.4 | 9.39 | 1.18 | - |
| YUV | 71.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 8 | 0 | 0.78 | 0.95 | 0.35 | 10.63 | 0.91 | 0.34 |
| Hex | A6 | 24 | 8 | 0 | 4E | 5F | 23 | B | 5B | 22 |
| Octal | 246 | 44 | 10 | 0 | 116 | 137 | 43 | 13 | 133 | 42 |
| Binary | 10100110 | 100100 | 1000 | 0 | 1001110 | 1011111 | 100011 | 1011 | 1011011 | 100010 |
Color Harmonies of #A62408
Complementary color
Monochromatic Colors of #A62408
Black with #A62408
Text Example
Text Example
White with #A62408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62408; }
p { color: rgb(166,36,8); }
H1.HeaderClassName
{
color: #A62408;
}
.AnyTagClassName
{
color: #A62408;
}
</style>
background-color css
<style>
a { background-color: #A62408; }
a { background-color: rgb(166,36,8); }
div.DivClassName
{
background-color: #A62408;
}
.BgClassName
{
background-color: #A62408;
}
</style>
border-color css
<style>
span { border-color: #A62408; }
span { border-color: rgb(166,36,8); }
td.TdClassName
{
border-color: #A62408;
}
.TagClassName
{
border-color: #A62408;
}
</style>