#AB370F

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

Shades of Rust #AB370F

Tints of Rust #AB370F

Color information

#AB370F (or 0xAB370F) is unknown color: approx Rust. HEX triplet: AB, 37 and 0F. RGB value is (171,55,15). Sum of RGB (Red+Green+Blue) = 171+55+15=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB370F is #54C8F0. Grayscale: #555555. Windows color (decimal): -5556465 or 997291. OLE color: 997291.

HSL color Cylindrical-coordinate representation of color #AB370F: hue angle of 15.38º 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 #AB370F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1715515-
CMYK00.680.910.33
HSL15.38º83.87%36.47%-
HSV(B)15.38º91.23%67.06%-
XYZ18.2511.421.7-
YUV85.1288.43189.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=70.95%
G=22.82%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171551500.680.910.3315.3883.8736.47
HexAB37F0445B21f5424
Octal25367170104133411712444
Binary10101011110111111101000100101101110000111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB370F; }

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

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

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

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

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

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

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

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