Shades of Fire Brick #A92102
Tints of Fire Brick #A92102
RGB
CMYK
RGB Variations
Color information
#A92102 (or 0xA92102) is known color: Fire Brick. HEX triplet: A9, 21 and 02. RGB value is (169,33,2). Sum of RGB (Red+Green+Blue) = 169+33+2=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A92102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92102 is #56DEFD. Grayscale: #464646. Windows color (decimal): -5693182 or 139689. OLE color: 139689.
HSL color Cylindrical-coordinate representation of color #A92102: hue angle of 11.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A92102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.34 |
| HSL | 11.14º | 0.98% | 0.34% | - |
| HSV(B) | 11.14º | 0.99% | 0.66% | - |
| XYZ | 16.92 | 9.53 | 1 | - |
| YUV | 70.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 2 | 0 | 0.80 | 0.99 | 0.34 | 11.14 | 0.98 | 0.34 |
| Hex | A9 | 21 | 2 | 0 | 50 | 63 | 22 | B | 62 | 22 |
| Octal | 251 | 41 | 2 | 0 | 120 | 143 | 42 | 13 | 142 | 42 |
| Binary | 10101001 | 100001 | 10 | 0 | 1010000 | 1100011 | 100010 | 1011 | 1100010 | 100010 |
Color Harmonies of #A92102
Complementary color
Monochromatic Colors of #A92102
Black with #A92102
Text Example
Text Example
White with #A92102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92102; }
p { color: rgb(169,33,2); }
H1.HeaderClassName
{
color: #A92102;
}
.AnyTagClassName
{
color: #A92102;
}
</style>
background-color css
<style>
a { background-color: #A92102; }
a { background-color: rgb(169,33,2); }
div.DivClassName
{
background-color: #A92102;
}
.BgClassName
{
background-color: #A92102;
}
</style>
border-color css
<style>
span { border-color: #A92102; }
span { border-color: rgb(169,33,2); }
td.TdClassName
{
border-color: #A92102;
}
.TagClassName
{
border-color: #A92102;
}
</style>