#A0360D

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

Shades of Rust #A0360D

Tints of Rust #A0360D

Color information

#A0360D (or 0xA0360D) is unknown color: approx Rust. HEX triplet: A0, 36 and 0D. RGB value is (160,54,13). Sum of RGB (Red+Green+Blue) = 160+54+13=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0360D is #5FC9F2. Grayscale: #515151. Windows color (decimal): -6277619 or 865952. OLE color: 865952.

HSL color Cylindrical-coordinate representation of color #A0360D: hue angle of 16.73º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0360D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1605413-
CMYK00.660.920.37
HSL16.73º84.97%33.92%-
HSV(B)16.73º91.87%62.75%-
XYZ15.8910.141.5-
YUV81.0289.62184.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=70.48%
G=23.79%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160541300.660.920.3716.7384.9733.92
HexA036D0425C25115522
Octal24066150102134452112542
Binary101000001101101101010000101011100100101100011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0360D; }

 p { color: rgb(160,54,13); }

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

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

 a { background-color: rgb(160,54,13); }

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

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

 span { border-color: rgb(160,54,13); }

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