Shades of Fire Brick #A2230F
Tints of Fire Brick #A2230F
RGB
CMYK
RGB Variations
Color information
#A2230F (or 0xA2230F) is known color: Fire Brick. HEX triplet: A2, 23 and 0F. RGB value is (162,35,15). Sum of RGB (Red+Green+Blue) = 162+35+15=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2230F is #5DDCF0. Grayscale: #464646. Windows color (decimal): -6151409 or 992162. OLE color: 992162.
HSL color Cylindrical-coordinate representation of color #A2230F: hue angle of 8.16º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2230F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 15 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.36 |
| HSL | 8.16º | 0.83% | 0.35% | - |
| HSV(B) | 8.16º | 0.91% | 0.64% | - |
| XYZ | 15.59 | 8.92 | 1.35 | - |
| YUV | 70.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 15 | 0 | 0.78 | 0.91 | 0.36 | 8.16 | 0.83 | 0.35 |
| Hex | A2 | 23 | F | 0 | 4E | 5B | 24 | 8 | 53 | 23 |
| Octal | 242 | 43 | 17 | 0 | 116 | 133 | 44 | 10 | 123 | 43 |
| Binary | 10100010 | 100011 | 1111 | 0 | 1001110 | 1011011 | 100100 | 1000 | 1010011 | 100011 |
Color Harmonies of #A2230F
Complementary color
Monochromatic Colors of #A2230F
Black with #A2230F
Text Example
Text Example
White with #A2230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2230F; }
p { color: rgb(162,35,15); }
H1.HeaderClassName
{
color: #A2230F;
}
.AnyTagClassName
{
color: #A2230F;
}
</style>
background-color css
<style>
a { background-color: #A2230F; }
a { background-color: rgb(162,35,15); }
div.DivClassName
{
background-color: #A2230F;
}
.BgClassName
{
background-color: #A2230F;
}
</style>
border-color css
<style>
span { border-color: #A2230F; }
span { border-color: rgb(162,35,15); }
td.TdClassName
{
border-color: #A2230F;
}
.TagClassName
{
border-color: #A2230F;
}
</style>