#AB481A

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

Shades of Rust #AB481A

Tints of Rust #AB481A

Color information

#AB481A (or 0xAB481A) is unknown color: approx Rust. HEX triplet: AB, 48 and 1A. RGB value is (171,72,26). Sum of RGB (Red+Green+Blue) = 171+72+26=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB481A is #54B7E5. Grayscale: #606060. Windows color (decimal): -5552102 or 1722539. OLE color: 1722539.

HSL color Cylindrical-coordinate representation of color #AB481A: hue angle of 19.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB481A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1717226-
CMYK00.580.850.33
HSL19.03º73.6%38.63%-
HSV(B)19.03º84.8%67.06%-
XYZ19.313.372.54-
YUV96.3688.3181.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=63.57%
G=26.77%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171722600.580.850.3319.0373.638.63
HexAB481A03A5521134a27
Octal25311032072125412311247
Binary1010101110010001101001110101010101100001100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB481A; }

 p { color: rgb(171,72,26); }

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

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

 a { background-color: rgb(171,72,26); }

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

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

 span { border-color: rgb(171,72,26); }

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