Shades of Fire Brick #A51E0C
Tints of Fire Brick #A51E0C
RGB
CMYK
RGB Variations
Color information
#A51E0C (or 0xA51E0C) is known color: Fire Brick. HEX triplet: A5, 1E and 0C. RGB value is (165,30,12). Sum of RGB (Red+Green+Blue) = 165+30+12=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E0C is #5AE1F3. Grayscale: #444444. Windows color (decimal): -5956084 or 794277. OLE color: 794277.
HSL color Cylindrical-coordinate representation of color #A51E0C: hue angle of 7.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A51E0C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.35 |
| HSL | 7.06º | 0.86% | 0.35% | - |
| HSV(B) | 7.06º | 0.93% | 0.65% | - |
| XYZ | 16.05 | 8.95 | 1.23 | - |
| YUV | 68.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 12 | 0 | 0.82 | 0.93 | 0.35 | 7.06 | 0.86 | 0.35 |
| Hex | A5 | 1E | C | 0 | 52 | 5D | 23 | 7 | 56 | 23 |
| Octal | 245 | 36 | 14 | 0 | 122 | 135 | 43 | 7 | 126 | 43 |
| Binary | 10100101 | 11110 | 1100 | 0 | 1010010 | 1011101 | 100011 | 111 | 1010110 | 100011 |
Color Harmonies of #A51E0C
Complementary color
Monochromatic Colors of #A51E0C
Black with #A51E0C
Text Example
Text Example
White with #A51E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E0C; }
p { color: rgb(165,30,12); }
H1.HeaderClassName
{
color: #A51E0C;
}
.AnyTagClassName
{
color: #A51E0C;
}
</style>
background-color css
<style>
a { background-color: #A51E0C; }
a { background-color: rgb(165,30,12); }
div.DivClassName
{
background-color: #A51E0C;
}
.BgClassName
{
background-color: #A51E0C;
}
</style>
border-color css
<style>
span { border-color: #A51E0C; }
span { border-color: rgb(165,30,12); }
td.TdClassName
{
border-color: #A51E0C;
}
.TagClassName
{
border-color: #A51E0C;
}
</style>