#AB441D

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

Shades of Rust #AB441D

Tints of Rust #AB441D

Color information

#AB441D (or 0xAB441D) is unknown color: approx Rust. HEX triplet: AB, 44 and 1D. RGB value is (171,68,29). Sum of RGB (Red+Green+Blue) = 171+68+29=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB441D is #54BBE2. Grayscale: #5E5E5E. Windows color (decimal): -5553123 or 1918123. OLE color: 1918123.

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

Color convert

RGB1716829-
CMYK00.600.830.33
HSL16.48º71%39.22%-
HSV(B)16.48º83.04%67.06%-
XYZ19.0812.882.64-
YUV94.3591.12182.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 29 (11.72% from 255) = 10.82%
R=63.81%
G=25.37%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171682900.600.830.3316.487139.22
HexAB441D03C5321104727
Octal25310435074123412010747
Binary1010101110001001110101111001010011100001100001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB441D; }

 p { color: rgb(171,68,29); }

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

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

 a { background-color: rgb(171,68,29); }

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

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

 span { border-color: rgb(171,68,29); }

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