Shades of Fire Brick #A3210F
Tints of Fire Brick #A3210F
RGB
CMYK
RGB Variations
Color information
#A3210F (or 0xA3210F) is known color: Fire Brick. HEX triplet: A3, 21 and 0F. RGB value is (163,33,15). Sum of RGB (Red+Green+Blue) = 163+33+15=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3210F is #5CDEF0. Grayscale: #464646. Windows color (decimal): -6086385 or 991651. OLE color: 991651.
HSL color Cylindrical-coordinate representation of color #A3210F: hue angle of 7.3º 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 #A3210F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 15 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.36 |
| HSL | 7.3º | 0.83% | 0.35% | - |
| HSV(B) | 7.3º | 0.91% | 0.64% | - |
| XYZ | 15.73 | 8.91 | 1.34 | - |
| YUV | 69.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 15 | 0 | 0.80 | 0.91 | 0.36 | 7.3 | 0.83 | 0.35 |
| Hex | A3 | 21 | F | 0 | 50 | 5B | 24 | 7 | 53 | 23 |
| Octal | 243 | 41 | 17 | 0 | 120 | 133 | 44 | 7 | 123 | 43 |
| Binary | 10100011 | 100001 | 1111 | 0 | 1010000 | 1011011 | 100100 | 111 | 1010011 | 100011 |
Color Harmonies of #A3210F
Complementary color
Monochromatic Colors of #A3210F
Black with #A3210F
Text Example
Text Example
White with #A3210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3210F; }
p { color: rgb(163,33,15); }
H1.HeaderClassName
{
color: #A3210F;
}
.AnyTagClassName
{
color: #A3210F;
}
</style>
background-color css
<style>
a { background-color: #A3210F; }
a { background-color: rgb(163,33,15); }
div.DivClassName
{
background-color: #A3210F;
}
.BgClassName
{
background-color: #A3210F;
}
</style>
border-color css
<style>
span { border-color: #A3210F; }
span { border-color: rgb(163,33,15); }
td.TdClassName
{
border-color: #A3210F;
}
.TagClassName
{
border-color: #A3210F;
}
</style>