Shades of Fire Brick #A62319
Tints of Fire Brick #A62319
RGB
CMYK
RGB Variations
Color information
#A62319 (or 0xA62319) is known color: Fire Brick. HEX triplet: A6, 23 and 19. RGB value is (166,35,25). Sum of RGB (Red+Green+Blue) = 166+35+25=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A62319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62319 is #59DCE6. Grayscale: #494949. Windows color (decimal): -5889255 or 1647526. OLE color: 1647526.
HSL color Cylindrical-coordinate representation of color #A62319: hue angle of 4.26º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A62319 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 25 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.35 |
| HSL | 4.26º | 0.74% | 0.37% | - |
| HSV(B) | 4.26º | 0.85% | 0.65% | - |
| XYZ | 16.5 | 9.38 | 1.86 | - |
| YUV | 73.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 25 | 0 | 0.79 | 0.85 | 0.35 | 4.26 | 0.74 | 0.37 |
| Hex | A6 | 23 | 19 | 0 | 4F | 55 | 23 | 4 | 4A | 25 |
| Octal | 246 | 43 | 31 | 0 | 117 | 125 | 43 | 4 | 112 | 45 |
| Binary | 10100110 | 100011 | 11001 | 0 | 1001111 | 1010101 | 100011 | 100 | 1001010 | 100101 |
Color Harmonies of #A62319
Complementary color
Monochromatic Colors of #A62319
Black with #A62319
Text Example
Text Example
White with #A62319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62319; }
p { color: rgb(166,35,25); }
H1.HeaderClassName
{
color: #A62319;
}
.AnyTagClassName
{
color: #A62319;
}
</style>
background-color css
<style>
a { background-color: #A62319; }
a { background-color: rgb(166,35,25); }
div.DivClassName
{
background-color: #A62319;
}
.BgClassName
{
background-color: #A62319;
}
</style>
border-color css
<style>
span { border-color: #A62319; }
span { border-color: rgb(166,35,25); }
td.TdClassName
{
border-color: #A62319;
}
.TagClassName
{
border-color: #A62319;
}
</style>