#AB582B

Color #AB582B Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AB582B

Tints of Fiery Orange #AB582B

Color information

#AB582B (or 0xAB582B) is unknown color: approx Fiery Orange. HEX triplet: AB, 58 and 2B. RGB value is (171,88,43). Sum of RGB (Red+Green+Blue) = 171+88+43=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB582B is #54A7D4. Grayscale: #6B6B6B. Windows color (decimal): -5547989 or 2840747. OLE color: 2840747.

HSL color Cylindrical-coordinate representation of color #AB582B: hue angle of 21.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB582B is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1718843-
CMYK00.490.750.33
HSL21.09º59.81%41.96%-
HSV(B)21.09º74.85%67.06%-
XYZ20.7215.814.25-
YUV107.6991.5173.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=56.62%
G=29.14%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171884300.490.750.3321.0959.8141.96
HexAB582B0314B21153c2a
Octal2531305306111341257452
Binary1010101110110001010110110001100101110000110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB582B; }

 p { color: rgb(171,88,43); }

 H1.HeaderClassName
 {
   color: #AB582B;
 }
 .AnyTagClassName
 {
   color: #AB582B;
 }
</style>
background-color css

<style>
 a { background-color: #AB582B; }

 a { background-color: rgb(171,88,43); }

 div.DivClassName
 {
   background-color: #AB582B;
 }
 .BgClassName
 {
   background-color: #AB582B;
 }
</style>
border-color css

<style>
 span { border-color: #AB582B; }

 span { border-color: rgb(171,88,43); }

 td.TdClassName
 {
   border-color: #AB582B;
 }
 .TagClassName
 {
   border-color: #AB582B;
 }
</style>