Shades of Fire Brick #A4230B
Tints of Fire Brick #A4230B
RGB
CMYK
RGB Variations
Color information
#A4230B (or 0xA4230B) is known color: Fire Brick. HEX triplet: A4, 23 and 0B. RGB value is (164,35,11). Sum of RGB (Red+Green+Blue) = 164+35+11=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A4230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4230B is #5BDCF4. Grayscale: #474747. Windows color (decimal): -6020341 or 730020. OLE color: 730020.
HSL color Cylindrical-coordinate representation of color #A4230B: hue angle of 9.41º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4230B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 11 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.36 |
| HSL | 9.41º | 0.87% | 0.34% | - |
| HSV(B) | 9.41º | 0.93% | 0.64% | - |
| XYZ | 15.97 | 9.12 | 1.23 | - |
| YUV | 70.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 11 | 0 | 0.79 | 0.93 | 0.36 | 9.41 | 0.87 | 0.34 |
| Hex | A4 | 23 | B | 0 | 4F | 5D | 24 | 9 | 57 | 22 |
| Octal | 244 | 43 | 13 | 0 | 117 | 135 | 44 | 11 | 127 | 42 |
| Binary | 10100100 | 100011 | 1011 | 0 | 1001111 | 1011101 | 100100 | 1001 | 1010111 | 100010 |
Color Harmonies of #A4230B
Complementary color
Monochromatic Colors of #A4230B
Black with #A4230B
Text Example
Text Example
White with #A4230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4230B; }
p { color: rgb(164,35,11); }
H1.HeaderClassName
{
color: #A4230B;
}
.AnyTagClassName
{
color: #A4230B;
}
</style>
background-color css
<style>
a { background-color: #A4230B; }
a { background-color: rgb(164,35,11); }
div.DivClassName
{
background-color: #A4230B;
}
.BgClassName
{
background-color: #A4230B;
}
</style>
border-color css
<style>
span { border-color: #A4230B; }
span { border-color: rgb(164,35,11); }
td.TdClassName
{
border-color: #A4230B;
}
.TagClassName
{
border-color: #A4230B;
}
</style>