Shades of Fire Brick #A62407
Tints of Fire Brick #A62407
RGB
CMYK
RGB Variations
Color information
#A62407 (or 0xA62407) is known color: Fire Brick. HEX triplet: A6, 24 and 07. RGB value is (166,36,7). Sum of RGB (Red+Green+Blue) = 166+36+7=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A62407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62407 is #59DBF8. Grayscale: #474747. Windows color (decimal): -5889017 or 468134. OLE color: 468134.
HSL color Cylindrical-coordinate representation of color #A62407: hue angle of 10.94º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A62407 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.35 |
| HSL | 10.94º | 0.92% | 0.34% | - |
| HSV(B) | 10.94º | 0.96% | 0.65% | - |
| XYZ | 16.4 | 9.38 | 1.15 | - |
| YUV | 71.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 7 | 0 | 0.78 | 0.96 | 0.35 | 10.94 | 0.92 | 0.34 |
| Hex | A6 | 24 | 7 | 0 | 4E | 60 | 23 | B | 5C | 22 |
| Octal | 246 | 44 | 7 | 0 | 116 | 140 | 43 | 13 | 134 | 42 |
| Binary | 10100110 | 100100 | 111 | 0 | 1001110 | 1100000 | 100011 | 1011 | 1011100 | 100010 |
Color Harmonies of #A62407
Complementary color
Monochromatic Colors of #A62407
Black with #A62407
Text Example
Text Example
White with #A62407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62407; }
p { color: rgb(166,36,7); }
H1.HeaderClassName
{
color: #A62407;
}
.AnyTagClassName
{
color: #A62407;
}
</style>
background-color css
<style>
a { background-color: #A62407; }
a { background-color: rgb(166,36,7); }
div.DivClassName
{
background-color: #A62407;
}
.BgClassName
{
background-color: #A62407;
}
</style>
border-color css
<style>
span { border-color: #A62407; }
span { border-color: rgb(166,36,7); }
td.TdClassName
{
border-color: #A62407;
}
.TagClassName
{
border-color: #A62407;
}
</style>