#AB431B

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

Shades of Rust #AB431B

Tints of Rust #AB431B

Color information

#AB431B (or 0xAB431B) is unknown color: approx Rust. HEX triplet: AB, 43 and 1B. RGB value is (171,67,27). Sum of RGB (Red+Green+Blue) = 171+67+27=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB431B is #54BCE4. Grayscale: #5D5D5D. Windows color (decimal): -5553381 or 1786795. OLE color: 1786795.

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

Color convert

RGB1716727-
CMYK00.610.840.33
HSL16.67º72.73%38.82%-
HSV(B)16.67º84.21%67.06%-
XYZ1912.752.5-
YUV93.5490.46183.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=64.53%
G=25.28%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171672700.610.840.3316.6772.7338.82
HexAB431B03D5421114927
Octal25310333075124412111147
Binary1010101110000111101101111011010100100001100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB431B; }

 p { color: rgb(171,67,27); }

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

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

 a { background-color: rgb(171,67,27); }

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

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

 span { border-color: rgb(171,67,27); }

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