Shades of Fire Brick #A52102
Tints of Fire Brick #A52102
RGB
CMYK
RGB Variations
Color information
#A52102 (or 0xA52102) is known color: Fire Brick. HEX triplet: A5, 21 and 02. RGB value is (165,33,2). Sum of RGB (Red+Green+Blue) = 165+33+2=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A52102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52102 is #5ADEFD. Grayscale: #454545. Windows color (decimal): -5955326 or 139685. OLE color: 139685.
HSL color Cylindrical-coordinate representation of color #A52102: hue angle of 11.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A52102 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 2 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.35 |
| HSL | 11.41º | 0.98% | 0.33% | - |
| HSV(B) | 11.41º | 0.99% | 0.65% | - |
| XYZ | 16.07 | 9.09 | 0.97 | - |
| YUV | 68.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 2 | 0 | 0.8 | 0.99 | 0.35 | 11.41 | 0.98 | 0.33 |
| Hex | A5 | 21 | 2 | 0 | 50 | 63 | 23 | B | 62 | 21 |
| Octal | 245 | 41 | 2 | 0 | 120 | 143 | 43 | 13 | 142 | 41 |
| Binary | 10100101 | 100001 | 10 | 0 | 1010000 | 1100011 | 100011 | 1011 | 1100010 | 100001 |
Color Harmonies of #A52102
Complementary color
Monochromatic Colors of #A52102
Black with #A52102
Text Example
Text Example
White with #A52102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52102; }
p { color: rgb(165,33,2); }
H1.HeaderClassName
{
color: #A52102;
}
.AnyTagClassName
{
color: #A52102;
}
</style>
background-color css
<style>
a { background-color: #A52102; }
a { background-color: rgb(165,33,2); }
div.DivClassName
{
background-color: #A52102;
}
.BgClassName
{
background-color: #A52102;
}
</style>
border-color css
<style>
span { border-color: #A52102; }
span { border-color: rgb(165,33,2); }
td.TdClassName
{
border-color: #A52102;
}
.TagClassName
{
border-color: #A52102;
}
</style>