Shades of Fire Brick #A22007
Tints of Fire Brick #A22007
RGB
CMYK
RGB Variations
Color information
#A22007 (or 0xA22007) is known color: Fire Brick. HEX triplet: A2, 20 and 07. RGB value is (162,32,7). Sum of RGB (Red+Green+Blue) = 162+32+7=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A22007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22007 is #5DDFF8. Grayscale: #444444. Windows color (decimal): -6152185 or 467106. OLE color: 467106.
HSL color Cylindrical-coordinate representation of color #A22007: hue angle of 9.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A22007 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.36 |
| HSL | 9.68º | 0.92% | 0.33% | - |
| HSV(B) | 9.68º | 0.96% | 0.64% | - |
| XYZ | 15.46 | 8.73 | 1.07 | - |
| YUV | 68.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 7 | 0 | 0.80 | 0.96 | 0.36 | 9.68 | 0.92 | 0.33 |
| Hex | A2 | 20 | 7 | 0 | 50 | 60 | 24 | A | 5C | 21 |
| Octal | 242 | 40 | 7 | 0 | 120 | 140 | 44 | 12 | 134 | 41 |
| Binary | 10100010 | 100000 | 111 | 0 | 1010000 | 1100000 | 100100 | 1010 | 1011100 | 100001 |
Color Harmonies of #A22007
Complementary color
Monochromatic Colors of #A22007
Black with #A22007
Text Example
Text Example
White with #A22007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22007; }
p { color: rgb(162,32,7); }
H1.HeaderClassName
{
color: #A22007;
}
.AnyTagClassName
{
color: #A22007;
}
</style>
background-color css
<style>
a { background-color: #A22007; }
a { background-color: rgb(162,32,7); }
div.DivClassName
{
background-color: #A22007;
}
.BgClassName
{
background-color: #A22007;
}
</style>
border-color css
<style>
span { border-color: #A22007; }
span { border-color: rgb(162,32,7); }
td.TdClassName
{
border-color: #A22007;
}
.TagClassName
{
border-color: #A22007;
}
</style>