Shades of Fire Brick #A02306
Tints of Fire Brick #A02306
RGB
CMYK
RGB Variations
Color information
#A02306 (or 0xA02306) is known color: Fire Brick. HEX triplet: A0, 23 and 06. RGB value is (160,35,6). Sum of RGB (Red+Green+Blue) = 160+35+6=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02306 is #5FDCF9. Grayscale: #454545. Windows color (decimal): -6282490 or 402336. OLE color: 402336.
HSL color Cylindrical-coordinate representation of color #A02306: hue angle of 11.3º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02306 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.37 |
| HSL | 11.3º | 0.93% | 0.33% | - |
| HSV(B) | 11.3º | 0.96% | 0.63% | - |
| XYZ | 15.13 | 8.69 | 1.05 | - |
| YUV | 69.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 6 | 0 | 0.78 | 0.96 | 0.37 | 11.3 | 0.93 | 0.33 |
| Hex | A0 | 23 | 6 | 0 | 4E | 60 | 25 | B | 5D | 21 |
| Octal | 240 | 43 | 6 | 0 | 116 | 140 | 45 | 13 | 135 | 41 |
| Binary | 10100000 | 100011 | 110 | 0 | 1001110 | 1100000 | 100101 | 1011 | 1011101 | 100001 |
Color Harmonies of #A02306
Complementary color
Monochromatic Colors of #A02306
Black with #A02306
Text Example
Text Example
White with #A02306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02306; }
p { color: rgb(160,35,6); }
H1.HeaderClassName
{
color: #A02306;
}
.AnyTagClassName
{
color: #A02306;
}
</style>
background-color css
<style>
a { background-color: #A02306; }
a { background-color: rgb(160,35,6); }
div.DivClassName
{
background-color: #A02306;
}
.BgClassName
{
background-color: #A02306;
}
</style>
border-color css
<style>
span { border-color: #A02306; }
span { border-color: rgb(160,35,6); }
td.TdClassName
{
border-color: #A02306;
}
.TagClassName
{
border-color: #A02306;
}
</style>