Shades of Fiery Orange #AB582D
Tints of Fiery Orange #AB582D
RGB
CMYK
RGB Variations
Color information
#AB582D (or 0xAB582D) is known color: Fiery Orange. HEX triplet: AB, 58 and 2D. RGB value is (171,88,45). Sum of RGB (Red+Green+Blue) = 171+88+45=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB582D is #54A7D2. Grayscale: #6C6C6C. Windows color (decimal): -5547987 or 2971819. OLE color: 2971819.
HSL color Cylindrical-coordinate representation of color #AB582D: hue angle of 20.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB582D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 45 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.33 |
| HSL | 20.48º | 0.58% | 0.42% | - |
| HSV(B) | 20.48º | 0.74% | 0.67% | - |
| XYZ | 20.76 | 15.83 | 4.44 | - |
| YUV | 107.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 45 | 0 | 0.49 | 0.74 | 0.33 | 20.48 | 0.58 | 0.42 |
| Hex | AB | 58 | 2D | 0 | 31 | 4A | 21 | 14 | 3A | 2A |
| Octal | 253 | 130 | 55 | 0 | 61 | 112 | 41 | 24 | 72 | 52 |
| Binary | 10101011 | 1011000 | 101101 | 0 | 110001 | 1001010 | 100001 | 10100 | 111010 | 101010 |
Color Harmonies of #AB582D
Complementary color
Monochromatic Colors of #AB582D
Black with #AB582D
Text Example
Text Example
White with #AB582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB582D; }
p { color: rgb(171,88,45); }
H1.HeaderClassName
{
color: #AB582D;
}
.AnyTagClassName
{
color: #AB582D;
}
</style>
background-color css
<style>
a { background-color: #AB582D; }
a { background-color: rgb(171,88,45); }
div.DivClassName
{
background-color: #AB582D;
}
.BgClassName
{
background-color: #AB582D;
}
</style>
border-color css
<style>
span { border-color: #AB582D; }
span { border-color: rgb(171,88,45); }
td.TdClassName
{
border-color: #AB582D;
}
.TagClassName
{
border-color: #AB582D;
}
</style>