Shades of Fire Brick #A51B01
Tints of Fire Brick #A51B01
RGB
CMYK
RGB Variations
Color information
#A51B01 (or 0xA51B01) is known color: Fire Brick. HEX triplet: A5, 1B and 01. RGB value is (165,27,1). Sum of RGB (Red+Green+Blue) = 165+27+1=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B01 is #5AE4FE. Grayscale: #414141. Windows color (decimal): -5956863 or 72613. OLE color: 72613.
HSL color Cylindrical-coordinate representation of color #A51B01: hue angle of 9.51º 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 #A51B01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.35 |
| HSL | 9.51º | 0.99% | 0.33% | - |
| HSV(B) | 9.51º | 0.99% | 0.65% | - |
| XYZ | 15.91 | 8.79 | 0.89 | - |
| YUV | 65.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 1 | 0 | 0.84 | 0.99 | 0.35 | 9.51 | 0.99 | 0.33 |
| Hex | A5 | 1B | 1 | 0 | 54 | 63 | 23 | A | 63 | 21 |
| Octal | 245 | 33 | 1 | 0 | 124 | 143 | 43 | 12 | 143 | 41 |
| Binary | 10100101 | 11011 | 1 | 0 | 1010100 | 1100011 | 100011 | 1010 | 1100011 | 100001 |
Color Harmonies of #A51B01
Complementary color
Monochromatic Colors of #A51B01
Black with #A51B01
Text Example
Text Example
White with #A51B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51B01; }
p { color: rgb(165,27,1); }
H1.HeaderClassName
{
color: #A51B01;
}
.AnyTagClassName
{
color: #A51B01;
}
</style>
background-color css
<style>
a { background-color: #A51B01; }
a { background-color: rgb(165,27,1); }
div.DivClassName
{
background-color: #A51B01;
}
.BgClassName
{
background-color: #A51B01;
}
</style>
border-color css
<style>
span { border-color: #A51B01; }
span { border-color: rgb(165,27,1); }
td.TdClassName
{
border-color: #A51B01;
}
.TagClassName
{
border-color: #A51B01;
}
</style>