Shades of Fire Brick #AE2002
Tints of Fire Brick #AE2002
RGB
CMYK
RGB Variations
Color information
#AE2002 (or 0xAE2002) is known color: Fire Brick. HEX triplet: AE, 20 and 02. RGB value is (174,32,2). Sum of RGB (Red+Green+Blue) = 174+32+2=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2002 is #51DFFD. Grayscale: #474747. Windows color (decimal): -5365758 or 139438. OLE color: 139438.
HSL color Cylindrical-coordinate representation of color #AE2002: hue angle of 10.47º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE2002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.32 |
| HSL | 10.47º | 0.98% | 0.35% | - |
| HSV(B) | 10.47º | 0.99% | 0.68% | - |
| XYZ | 17.98 | 10.04 | 1.05 | - |
| YUV | 71.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 2 | 0 | 0.82 | 0.99 | 0.32 | 10.47 | 0.98 | 0.35 |
| Hex | AE | 20 | 2 | 0 | 52 | 63 | 20 | A | 62 | 23 |
| Octal | 256 | 40 | 2 | 0 | 122 | 143 | 40 | 12 | 142 | 43 |
| Binary | 10101110 | 100000 | 10 | 0 | 1010010 | 1100011 | 100000 | 1010 | 1100010 | 100011 |
Color Harmonies of #AE2002
Complementary color
Monochromatic Colors of #AE2002
Black with #AE2002
Text Example
Text Example
White with #AE2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2002; }
p { color: rgb(174,32,2); }
H1.HeaderClassName
{
color: #AE2002;
}
.AnyTagClassName
{
color: #AE2002;
}
</style>
background-color css
<style>
a { background-color: #AE2002; }
a { background-color: rgb(174,32,2); }
div.DivClassName
{
background-color: #AE2002;
}
.BgClassName
{
background-color: #AE2002;
}
</style>
border-color css
<style>
span { border-color: #AE2002; }
span { border-color: rgb(174,32,2); }
td.TdClassName
{
border-color: #AE2002;
}
.TagClassName
{
border-color: #AE2002;
}
</style>