Shades of Fire Brick #A62609
Tints of Fire Brick #A62609
RGB
CMYK
RGB Variations
Color information
#A62609 (or 0xA62609) is known color: Fire Brick. HEX triplet: A6, 26 and 09. RGB value is (166,38,9). Sum of RGB (Red+Green+Blue) = 166+38+9=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A62609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62609 is #59D9F6. Grayscale: #494949. Windows color (decimal): -5888503 or 599718. OLE color: 599718.
HSL color Cylindrical-coordinate representation of color #A62609: hue angle of 11.08º degrees, saturation: 0.9, 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 #A62609 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.35 |
| HSL | 11.08º | 0.9% | 0.34% | - |
| HSV(B) | 11.08º | 0.95% | 0.65% | - |
| XYZ | 16.47 | 9.51 | 1.23 | - |
| YUV | 72.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 9 | 0 | 0.77 | 0.95 | 0.35 | 11.08 | 0.9 | 0.34 |
| Hex | A6 | 26 | 9 | 0 | 4D | 5F | 23 | B | 5A | 22 |
| Octal | 246 | 46 | 11 | 0 | 115 | 137 | 43 | 13 | 132 | 42 |
| Binary | 10100110 | 100110 | 1001 | 0 | 1001101 | 1011111 | 100011 | 1011 | 1011010 | 100010 |
Color Harmonies of #A62609
Complementary color
Monochromatic Colors of #A62609
Black with #A62609
Text Example
Text Example
White with #A62609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62609; }
p { color: rgb(166,38,9); }
H1.HeaderClassName
{
color: #A62609;
}
.AnyTagClassName
{
color: #A62609;
}
</style>
background-color css
<style>
a { background-color: #A62609; }
a { background-color: rgb(166,38,9); }
div.DivClassName
{
background-color: #A62609;
}
.BgClassName
{
background-color: #A62609;
}
</style>
border-color css
<style>
span { border-color: #A62609; }
span { border-color: rgb(166,38,9); }
td.TdClassName
{
border-color: #A62609;
}
.TagClassName
{
border-color: #A62609;
}
</style>