Shades of Fire Brick #A51E01
Tints of Fire Brick #A51E01
RGB
CMYK
RGB Variations
Color information
#A51E01 (or 0xA51E01) is known color: Fire Brick. HEX triplet: A5, 1E and 01. RGB value is (165,30,1). Sum of RGB (Red+Green+Blue) = 165+30+1=196 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.18% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51E01 is #5AE1FE. Grayscale: #434343. Windows color (decimal): -5956095 or 73381. OLE color: 73381.
HSL color Cylindrical-coordinate representation of color #A51E01: hue angle of 10.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A51E01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.35 |
| HSL | 10.61º | 0.99% | 0.33% | - |
| HSV(B) | 10.61º | 0.99% | 0.65% | - |
| XYZ | 15.99 | 8.93 | 0.91 | - |
| YUV | 67.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 1 | 0 | 0.82 | 0.99 | 0.35 | 10.61 | 0.99 | 0.33 |
| Hex | A5 | 1E | 1 | 0 | 52 | 63 | 23 | B | 63 | 21 |
| Octal | 245 | 36 | 1 | 0 | 122 | 143 | 43 | 13 | 143 | 41 |
| Binary | 10100101 | 11110 | 1 | 0 | 1010010 | 1100011 | 100011 | 1011 | 1100011 | 100001 |
Color Harmonies of #A51E01
Complementary color
Monochromatic Colors of #A51E01
Black with #A51E01
Text Example
Text Example
White with #A51E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E01; }
p { color: rgb(165,30,1); }
H1.HeaderClassName
{
color: #A51E01;
}
.AnyTagClassName
{
color: #A51E01;
}
</style>
background-color css
<style>
a { background-color: #A51E01; }
a { background-color: rgb(165,30,1); }
div.DivClassName
{
background-color: #A51E01;
}
.BgClassName
{
background-color: #A51E01;
}
</style>
border-color css
<style>
span { border-color: #A51E01; }
span { border-color: rgb(165,30,1); }
td.TdClassName
{
border-color: #A51E01;
}
.TagClassName
{
border-color: #A51E01;
}
</style>