#AB350F

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

Shades of Rust #AB350F

Tints of Rust #AB350F

Color information

#AB350F (or 0xAB350F) is unknown color: approx Rust. HEX triplet: AB, 35 and 0F. RGB value is (171,53,15). Sum of RGB (Red+Green+Blue) = 171+53+15=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB350F is #54CAF0. Grayscale: #545454. Windows color (decimal): -5556977 or 996779. OLE color: 996779.

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

Color convert

RGB1715315-
CMYK00.690.910.33
HSL14.62º83.87%36.47%-
HSV(B)14.62º91.23%67.06%-
XYZ18.1511.241.66-
YUV83.9589.09190.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.55%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=71.55%
G=22.18%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171531500.690.910.3314.6283.8736.47
HexAB35F0455B21f5424
Octal25365170105133411712444
Binary10101011110101111101000101101101110000111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB350F; }

 p { color: rgb(171,53,15); }

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

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

 a { background-color: rgb(171,53,15); }

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

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

 span { border-color: rgb(171,53,15); }

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