#AB4312

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

Shades of Rust #AB4312

Tints of Rust #AB4312

Color information

#AB4312 (or 0xAB4312) is unknown color: approx Rust. HEX triplet: AB, 43 and 12. RGB value is (171,67,18). Sum of RGB (Red+Green+Blue) = 171+67+18=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4312 is #54BCED. Grayscale: #5C5C5C. Windows color (decimal): -5553390 or 1196971. OLE color: 1196971.

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

Color convert

RGB1716718-
CMYK00.610.890.33
HSL19.22º80.95%37.06%-
HSV(B)19.22º89.47%67.06%-
XYZ18.9112.722.03-
YUV92.5185.96183.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.80%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=66.80%
G=26.17%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171671800.610.890.3319.2280.9537.06
HexAB431203D5921135125
Octal25310322075131412312145
Binary1010101110000111001001111011011001100001100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4312; }

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

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

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

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

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

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

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

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