Shades of Fire Brick #A5180B
Tints of Fire Brick #A5180B
RGB
CMYK
RGB Variations
Color information
#A5180B (or 0xA5180B) is known color: Fire Brick. HEX triplet: A5, 18 and 0B. RGB value is (165,24,11). Sum of RGB (Red+Green+Blue) = 165+24+11=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A5180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5180B is #5AE7F4. Grayscale: #404040. Windows color (decimal): -5957621 or 727205. OLE color: 727205.
HSL color Cylindrical-coordinate representation of color #A5180B: hue angle of 5.06º degrees, saturation: 0.88, 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 #A5180B is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 11 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.35 |
| HSL | 5.06º | 0.88% | 0.35% | - |
| HSV(B) | 5.06º | 0.93% | 0.65% | - |
| XYZ | 15.9 | 8.68 | 1.15 | - |
| YUV | 64.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 11 | 0 | 0.85 | 0.93 | 0.35 | 5.06 | 0.88 | 0.35 |
| Hex | A5 | 18 | B | 0 | 55 | 5D | 23 | 5 | 58 | 23 |
| Octal | 245 | 30 | 13 | 0 | 125 | 135 | 43 | 5 | 130 | 43 |
| Binary | 10100101 | 11000 | 1011 | 0 | 1010101 | 1011101 | 100011 | 101 | 1011000 | 100011 |
Color Harmonies of #A5180B
Complementary color
Monochromatic Colors of #A5180B
Black with #A5180B
Text Example
Text Example
White with #A5180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5180B; }
p { color: rgb(165,24,11); }
H1.HeaderClassName
{
color: #A5180B;
}
.AnyTagClassName
{
color: #A5180B;
}
</style>
background-color css
<style>
a { background-color: #A5180B; }
a { background-color: rgb(165,24,11); }
div.DivClassName
{
background-color: #A5180B;
}
.BgClassName
{
background-color: #A5180B;
}
</style>
border-color css
<style>
span { border-color: #A5180B; }
span { border-color: rgb(165,24,11); }
td.TdClassName
{
border-color: #A5180B;
}
.TagClassName
{
border-color: #A5180B;
}
</style>